From: Regina Obe Date: Fri, 24 May 2013 04:24:28 +0000 (+0000) Subject: this may not work X-Git-Tag: 2.1.0beta3~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7bbaa5cf07bbae01acebfa65c874c3d140db0b2;p=postgis this may not work git-svn-id: http://svn.osgeo.org/postgis/trunk@11492 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index bfeb9e8ab..5d0268982 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -22,11 +22,9 @@ psql -d yourdatabase -c "CREATE EXTENSION postgis_tiger_geocoder;"Please refer to for more details about querying installed/available extensions and upgrading extensions, or switching from a non-extension install to an extension install. - The postgis_comments.sql, raster_comments.sql, topology_comments.sql - generate quick help tips for each function that can be accessed via pgAdmin III or psql. In psql with a command of the form e.g.\dd ST_SetPoint For those running PostgreSQL 9.0 or who decided for some reason not to compile with raster support, or just are old-fashioned, here are longer more painful instructions for you: - All the .sql files once installed will be installed in share/contrib/postgis-&last_release_version; folder + All the .sql files once installed will be installed in share/contrib/postgis-&last_minor_version; folder of your PostgreSQL install createdb yourdatabase @@ -37,7 +35,7 @@ psql -d yourdatabase -f spatial_ref_sys.sql psql -d yourdatabase -f rtpostgis.sql psql -d yourdatabase -f raster_comments.sql psql -d yourdatabase -f topology/topology.sql -psql -d yourdatabase -f doc/topology_comments.sql +psql -d yourdatabase -f topology_comments.sql The rest of this chapter goes into detail each of the above installation diff --git a/doc/postgis.xml b/doc/postgis.xml index 54cdeeb2e..0f32262df 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -4,6 +4,7 @@ +