[postgis-tickets] [PostGIS] #2740: postgis_full_version registering procs need upgrade on windows

PostGIS trac at osgeo.org
Sun May 18 09:05:55 PDT 2014


#2740: postgis_full_version registering procs need upgrade on windows
-----------------------------------+----------------------------------------
 Reporter:  robe                   |       Owner:  strk         
     Type:  defect                 |      Status:  new          
 Priority:  medium                 |   Milestone:  PostGIS 2.0.7
Component:  build/upgrade/install  |     Version:  2.0.x        
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by dustymugs):

 Maybe I'm doing something wrong but on tag 2.0.6 with the queries...

 {{{
 SELECT postgis_scripts_installed(), postgis_scripts_released();
 }}}

 {{{
  postgis_scripts_installed | postgis_scripts_released
 ---------------------------+--------------------------
  2.0.6 r12554              | 2.0.6 r12554
 }}}

 {{{
 SELECT postgis_full_version();
 }}}

 {{{
 POSTGIS="2.0.6 r12554" GEOS="3.5.0dev-CAPI-1.9.0 r3963" PROJ="Rel. 4.8.0,
 6 March 2012" GDAL="GDAL 1.11dev, released 2013/04/13" LIBXML="2.8.0"
 LIBJSON="UNKNOWN" RASTER
 }}}

 On 2.1.3 with the same queries...

 {{{
  postgis_scripts_installed | postgis_scripts_released
 ---------------------------+--------------------------
  2.1.3 r12547              | 2.1.3 r12547
 }}}

 {{{
 POSTGIS="2.1.3 r12547" GEOS="3.5.0dev-CAPI-1.9.0 r3963" PROJ="Rel. 4.8.0,
 6 March 2012" GDAL="GDAL 1.11dev, released 2013/04/13" LIBXML="2.8.0"
 LIBJSON="UNKNOWN" RASTER
 }}}

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