]> granicus.if.org Git - postgis/commitdiff
get rid of reference to loading geography.sql (now integrated in postgis.sql)
authorRegina Obe <lr@pcorp.us>
Mon, 16 Nov 2009 05:53:33 +0000 (05:53 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 16 Nov 2009 05:53:33 +0000 (05:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4826 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index 3423013cbb7fd98163dad3407624c2e6cd454211..d6de52f4aae67eba16c2a416d17d28d1f18624c2 100644 (file)
@@ -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</programlisting>
 
@@ -618,17 +617,6 @@ Failed: 0</programlisting>
          <command>psql -d [yourdatabase] -f postgis.sql</command>
        </para>
 
-       <para>
-         Now load the PostGIS geography object type and related function definitions into your database by
-         loading the <filename>geography.sql</filename> definitions file (located in
-         <filename>[prefix]/share/contrib</filename> as specified during the
-         configuration step).
-       </para>
-
-       <para>
-         <command>psql -d [yourdatabase] -f geography.sql</command>
-       </para>
-
        <para>
          For a complete set of EPSG coordinate system definition identifiers, you
          can also load the <filename>spatial_ref_sys.sql</filename> definitions