]> granicus.if.org Git - postgis/commitdiff
up minimum version of PostgreSQL to 9.1 descriptively will enforce later
authorRegina Obe <lr@pcorp.us>
Thu, 20 Jun 2013 19:25:59 +0000 (19:25 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 20 Jun 2013 19:25:59 +0000 (19:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11558 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml
doc/postgis.xml

index 5d0268982324d271d06d78bda490bc76c242d420..975678d20e8ddb7a47f824b389c914a1e84a42e7 100644 (file)
@@ -23,7 +23,7 @@ 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>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>For those 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_minor_version; folder
                of your PostgreSQL install</para>
 
index 260e9851fe03e0e69b3a49b6721569e5ee7e20c0..cdf7057718d37aaa745abf90fca3e135e1b85230 100644 (file)
@@ -4,7 +4,7 @@
 
 <!-- This value is automatically generated by the Makefile -->
 <!ENTITY last_release_version "@@LAST_RELEASE_VERSION@@">
-<!ENTITY last_minor_version "2.1">
+<!ENTITY last_minor_version "2.2">
 
 <!-- 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 -->
@@ -13,7 +13,7 @@
 <!-- Change these values to update the version numbers referenced within the documentation -->
 <!ENTITY last_proj_release_version "4.8.0">
 <!ENTITY last_geos_release_version "3.4.0">
-<!ENTITY min_postgres_version "9.0">
+<!ENTITY min_postgres_version "9.1">
 
 <!ENTITY introduction SYSTEM "introduction.xml">
 <!ENTITY installation SYSTEM "installation.xml">