]> granicus.if.org Git - postgis/commitdiff
this may not work
authorRegina Obe <lr@pcorp.us>
Fri, 24 May 2013 04:24:28 +0000 (04:24 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 24 May 2013 04:24:28 +0000 (04:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11492 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml
doc/postgis.xml

index bfeb9e8abd3fa96fba5adf7bde5a494d15608f8f..5d0268982324d271d06d78bda490bc76c242d420 100644 (file)
@@ -22,11 +22,9 @@ psql -d yourdatabase -c "CREATE EXTENSION postgis_tiger_geocoder;"</programlisti
        
        
        <para>Please refer to <xref linkend="make_install_postgis_extensions" /> for more details about querying installed/available extensions and upgrading extensions, or switching from a non-extension install to an extension install.</para>
-       <para>The <varname>postgis_comments.sql</varname>, <varname>raster_comments.sql</varname>, <varname>topology_comments.sql</varname>
-               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.<varname>\dd ST_SetPoint</varname></para>
        
        <para>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:</para>
-       <para>All the .sql files once installed will be installed in share/contrib/postgis-&last_release_version; folder
+       <para>All the .sql files once installed will be installed in share/contrib/postgis-&last_minor_version; folder
                of your PostgreSQL install</para>
 
        <programlisting>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</programlisting>
+psql -d yourdatabase -f topology_comments.sql</programlisting>
 
        <para>
          The rest of this chapter goes into detail each of the above installation
index 54cdeeb2e47bf8326299723c43d4a4030a131221..0f32262df4ad7f8a2358ec0f699799c171c0eb2c 100644 (file)
@@ -4,6 +4,7 @@
 
 <!-- This value is automatically generated by the Makefile -->
 <!ENTITY last_release_version "@@LAST_RELEASE_VERSION@@">
+<!ENTITY last_minor_version "@@POSTGIS_MAJOR_VERSION@@.@@POSTGIS_MINOR_VERSION@@">
 
 <!-- ONCE Tagged, this need to change to http://download.osgeo.org/postgis/source/postgis-@@LAST_RELEASE_VERSION@@.tar.gz -->
 <!-- In dev should be, this need to change to http://postgis.net/stuff/postgis-@@LAST_RELEASE_VERSION@@.tar.gz -->