[postgis-tickets] [PostGIS] #4432: Unable to upgrade procedures from 11 to 12 flavour

PostGIS trac at osgeo.org
Sat Jun 22 12:35:50 PDT 2019


#4432: Unable to upgrade procedures from 11 to 12 flavour
----------------------+---------------------------
  Reporter:  komzpa   |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  blocker  |  Milestone:  PostGIS 3.0.0
 Component:  postgis  |    Version:  2.4.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by komzpa):

 next dance works:
 {{{
 gis=# alter extension postgis update TO "3.0.0alpha2next" ;
 ALTER EXTENSION
 gis=# alter extension postgis update TO "3.0.0alpha2" ;
 ALTER EXTENSION
 gis=# select postgis_full_version();
 postgis_full_version
 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  POSTGIS="3.0.0alpha2 r17458" [EXTENSION] PGSQL="120"
 GEOS="3.7.1-CAPI-1.11.1 27a5e771" SFCGAL="1.3.6" PROJ="Rel. 5.2.0,
 September 15th, 2018" GDAL="GDAL 2.4.0, released 2018/12/14"
 LIBXML="2.9.4" LIBJSON="0.12.1" LIBPROTOBUF="1.3.1" WAGYU="0.4.3
 (Internal)" RASTER
 (1 row)

 }}}

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