]> granicus.if.org Git - postgis/commitdiff
Add upgrade instructions
authorSandro Santilli <strk@keybit.net>
Tue, 13 Mar 2012 09:18:04 +0000 (09:18 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 13 Mar 2012 09:18:04 +0000 (09:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9483 b70326c6-7e19-0410-871a-916f4a2858ee

topology/README

index c2816823fa0e23106d27c1d7cebc61ca3c9108fb..81bcc454661fd82b9a1e87a350219b97bcbfad0f 100644 (file)
@@ -11,7 +11,7 @@ You need xfig (http://epb.lbl.gov/xfig/).
 All routines, types and other management objects are stored in the
 "topology" SCHEMA.
 
-Comments welcome --strk(2011-10-04);
+Comments welcome --strk(2012-03-13);
 
 =Requirements
 
@@ -43,9 +43,14 @@ To enable topology support:
        
 To uninstall:
 
-       psql -c 'drop schema topology cascade'
+       psql -c 'drop schema topology cascade'
 
-Upgrading currently requires uninstall.
+To upgrade between minor releases:
+
+       $ psql -f topology_upgrade_<version>_minor.sql <your_postgis_enabled_db>
+
+Major releases upgrades should follow the "HARD UPGRADE" procedure
+described in main postgis manual.
 
 =Usage