From: Regina Obe Date: Mon, 16 Nov 2009 05:53:33 +0000 (+0000) Subject: get rid of reference to loading geography.sql (now integrated in postgis.sql) X-Git-Tag: 1.5.0b1~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d3d4abe6700f389283da3b9a6a70af2577ea10a;p=postgis get rid of reference to loading geography.sql (now integrated in postgis.sql) git-svn-id: http://svn.osgeo.org/postgis/trunk@4826 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index 3423013cb..d6de52f4a 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -17,7 +17,6 @@ make install createdb yourdatabase createlang plpgsql yourdatabase psql -d yourdatabase -f postgis.sql -psql -d yourdatabase -f geography.sql psql -d yourdatabase -f postgis_comments.sql psql -d yourdatabase -f spatial_ref_sys.sql @@ -618,17 +617,6 @@ Failed: 0 psql -d [yourdatabase] -f postgis.sql - - Now load the PostGIS geography object type and related function definitions into your database by - loading the geography.sql definitions file (located in - [prefix]/share/contrib as specified during the - configuration step). - - - - psql -d [yourdatabase] -f geography.sql - - For a complete set of EPSG coordinate system definition identifiers, you can also load the spatial_ref_sys.sql definitions