From: Sandro Santilli Date: Tue, 13 Mar 2012 09:18:04 +0000 (+0000) Subject: Add upgrade instructions X-Git-Tag: 2.0.0beta3~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba8ee640f58c3dd5c4832e9228847d4f2ddce220;p=postgis Add upgrade instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@9483 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/README b/topology/README index c2816823f..81bcc4546 100644 --- a/topology/README +++ b/topology/README @@ -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__minor.sql + +Major releases upgrades should follow the "HARD UPGRADE" procedure +described in main postgis manual. =Usage