Opened 15 months ago
Closed 15 months ago
#5492 closed defect (fixed)
Presence of deprecated functions is not reported by `postgis` script
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.4.1 |
Component: | postgis | Version: | 3.4.x |
Keywords: | Cc: |
Description
The postgis status
command does not report that deprecated functions are in use. Deprecated functions are those who are left behind due to views or other objects depending on functions whose signatures have been deprecated by a PostGIS upgrade. Such state is reported by postgis_full_version()
like this:
POSTGIS="3.4.0 0874ea3" [EXTENSION] PGSQL="120" GEOS="3.10.1-CAPI-1.16.0" SFCGAL="1.3.7" PROJ="8.2.0 NETWORK_ENABLED=OFF URL_ENDPOINT=https://cdn.proj.org USER_WRITABLE_DIRECTORY=/tmp/proj DATABASE_PATH=/usr/share/proj/proj.db" GDAL="GDAL 3.4.3, released 2022/04/22" LIBXML="2.9.10" LIBJSON="0.13.1" LIBPROTOBUF="1.3.3" WAGYU="0.5.0 (Internal)" TOPOLOGY RASTER (deprecated functions exist, upgrade is not complete)
In 57c5dad/git: