[postgis-tickets] [PostGIS] #2518: Upgrade instructions in manuals assume you are in a development version

PostGIS trac at osgeo.org
Mon Oct 28 04:40:15 PDT 2013


#2518: Upgrade instructions in manuals assume you are in a development version
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.1.1
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------
 Both this:
 http://postgis.net/docs/manual-2.0/postgis_installation.html#soft_upgrade
 and this:
 http://postgis.net/docs/manual-2.1/postgis_installation.html#soft_upgrade

 In the "with extension" section, assume you are running a development
 version:

 {{{
 ALTER EXTENSION postgis UPDATE TO "2.0.5SVN";
 ALTER EXTENSION postgis_topology UPDATE TO "2.0.5SVN";
 }}}

 {{{
 ALTER EXTENSION postgis UPDATE TO "2.1.1dev";
 ALTER EXTENSION postgis_topology UPDATE TO "2.1.1dev";
 }}}

 Don't we want _stable_ release instructions ?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2518>
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-tickets mailing list