Changes between Version 4 and Version 5 of PostGIS


Ignore:
Timestamp:
Jan 28, 2009, 10:01:33 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PostGIS

    v4 v5  
    77== What is PostGIS? ==
    88
    9 See PostGIS home page: http://postgis.refractions.net/
     9PostgreSQL is a robust, fully ACID compliant, relational database management system. It is especially useful in high volume environments and has other features that make it ideal for use in science applications. PostgreSQL has a long and venerable history. It was originally developed in 1986 at the University of California, Berkeley as a research prototype, and is now distributed worldwide as open source software.
     10
     11For working with MapServer, PostgreSQL requires an extension called PostGIS witch implements the Open GIS Consortium SQL object model (http://www.opengis.org/docs/99-049.pdf). For more information about PostGIS you can visit its home page http://postgis.refractions.net/
    1012
    1113== Compiling ==