From 2d3d4abe6700f389283da3b9a6a70af2577ea10a Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 16 Nov 2009 05:53:33 +0000 Subject: [PATCH] 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 --- doc/installation.xml | 12 ------------ 1 file changed, 12 deletions(-) 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 -- 2.50.1