[postgis-devel] [PostGIS] #1816: SVN updates applied in PostgreSQL 9.1+ (was: SVN updates applied in PostgreSQL 9+)

PostGIS trac at osgeo.org
Mon May 14 16:12:01 PDT 2012


#1816: SVN updates applied in PostgreSQL 9.1+
-----------------------------------+----------------------------------------
 Reporter:  darkblueb              |       Owner:  strk          
     Type:  enhancement            |      Status:  new           
 Priority:  medium                 |   Milestone:  PostGIS Future
Component:  build/upgrade/install  |     Version:  2.0.x         
 Keywords:                         |  
-----------------------------------+----------------------------------------
Changes (by robe):

  * owner:  pramsey => strk
  * component:  postgis => build/upgrade/install


Comment:

 Yah that's one of the downsides of extension that it won't upgrade from
 same version to same version.  It's only an issue for svn version of
 course.

 As a hack -- what I do is change the control file to be something like
 PostGIS 2.0.1SVNrxyz

 and then create a copy of the script to be from my old to faked version
 path.

 I agree we should come up with something more elegant or get in the habit
 of having interim version stops whenever we change the scripts. strk won't
 like that :).

 One thought i had is to have an unbundle script.  Basically a script that
 unbundles your postgis from extension so you can run the regular upgrade
 script and then rebundles it.

 That we could achieve in one step I guess. It's essentially how we get the
 update from extension to work.  But it won't have the nice "ALTER
 EXTENTION postgis UPDATE To" feel. Live on the edge have to pay some tolls
 :)

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1816#comment:1>
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