[postgis-devel] [PostGIS] #1944: Extensions Migration path from 2.1.0 to 2.1.0
PostGIS
trac at osgeo.org
Thu Aug 9 08:57:54 PDT 2012
#1944: Extensions Migration path from 2.1.0 to 2.1.0
------------------------------------+---------------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: closed
Priority: critical | Milestone: PostGIS 2.1.0
Component: build/upgrade/install | Version: trunk
Resolution: fixed | Keywords:
------------------------------------+---------------------------------------
Changes (by robe):
* status: new => closed
* resolution: => fixed
Comment:
fixed r10171, r101172 , r10174 , r10175
Now you can upgrade both postgis and postgis_topology with below if you
are already running a 2.1.0SVn
{{{
ALTER EXTENSION postgis_topology UPDATE TO "2.1.0SVNnext";
ALTER EXTENSION postgis_topology UPDATE TO "2.1.0SVN";
ALTER EXTENSION postgis UPDATE TO "2.1.0SVNnext";
ALTER EXTENSION postgis UPDATE TO "2.1.0SVN";
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1944#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list