[postgis-tickets] [PostGIS] #4644: postgis_full_version doesn't include hash
PostGIS
trac at osgeo.org
Sat Feb 22 20:02:48 PST 2020
#4644: postgis_full_version doesn't include hash
-----------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.0.2
Component: build/upgrade/install | Version: 3.0.x
Keywords: |
-----------------------------------+---------------------------
Not sure how I missed it before, but just noticed I must have put the
wrong variable in output.
Cause when I did after testing out windows installer
{{{
SELECT postgis_full_version();
}}}
Got this:
{{{
POSTGIS="3.0.1 r3.0.1" [EXTENSION] PGSQL="120" GEOS="3.8.0-CAPI-1.13.1 "
PROJ="Rel. 5.2.0, September 15th, 2018" GDAL="GDAL 2.4.4, released
2020/01/08" LIBXML="2.9.9" LIBJSON="0.12" LIBPROTOBUF="1.2.1" WAGYU="0.4.3
(Internal)" (core procs from "3.0.0 r17983" need upgrade) TOPOLOGY
(topology procs from "3.0.0 r17983" need upgrade) RASTER (raster procs
from "3.0.0 r17983" need upgrade)
}}}
and then after running:
{{{
SELECT postgis_extensions_upgarde();
SELECT postgis_full_version();
}}}
Got this:
{{{
POSTGIS="3.0.1 3.0.1" [EXTENSION] PGSQL="120" GEOS="3.8.0-CAPI-1.13.1 "
PROJ="Rel. 5.2.0, September 15th, 2018" GDAL="GDAL 2.4.4, released
2020/01/08" LIBXML="2.9.9" LIBJSON="0.12" LIBPROTOBUF="1.2.1" WAGYU="0.4.3
(Internal)" TOPOLOGY RASTER
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4644>
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