From: Sandro Santilli Date: Wed, 29 Feb 2012 10:39:42 +0000 (+0000) Subject: Mention rtpostgis_upgrade* and topology_upgrade* in manual (#1611) X-Git-Tag: 2.0.0beta1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eef716e2203c36ac01dc1d14c82b9f457494a55a;p=postgis Mention rtpostgis_upgrade* and topology_upgrade* in manual (#1611) git-svn-id: http://svn.osgeo.org/postgis/trunk@9345 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index 814deeff9..75c17398c 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1080,12 +1080,30 @@ pretty_address psql -f postgis_upgrade_20_minor.sql -d your_spatial_database + + The same procedure applies to raster and + topology extensions, with upgrade files named + rtpostgis_upgrade*.sql and + topology_upgrade*.sql respectively. + If you need them: + + + psql -f rtpostgis_upgrade_20_minor.sql -d your_spatial_database + psql -f topology_upgrade_20_minor.sql -d your_spatial_database + If you can't find the postgis_upgrade*.sql specific for upgrading your version you are using a version too early for a soft upgrade and need to do a HARD UPGRADE. + + + The function + should inform you about the need to run this kind of + upgrade using a "procs need upgrade" message. + +