From ba8ee640f58c3dd5c4832e9228847d4f2ddce220 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 13 Mar 2012 09:18:04 +0000 Subject: [PATCH] Add upgrade instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@9483 b70326c6-7e19-0410-871a-916f4a2858ee --- topology/README | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 -- 2.50.1