Name

PostGIS_Full_Version — Meldet die vollständige PostGIS-Version und Informationen zur Build-Konfiguration.

Synopsis

text PostGIS_Full_Version();

Beschreibung

Meldet die vollständige PostGIS-Version und Informationen zur Build-Konfiguration. Informiert auch über die Synchronisation zwischen Bibliotheken und Skripten und schlägt bei Bedarf Upgrades vor.

Verbessert: 3.4.0 enthält jetzt zusätzliche PROJ-Konfigurationen NETWORK_ENABLED, URL_ENDPOINT und DATABASE_PATH des proj.db-Speicherorts

Beispiele

SELECT PostGIS_Full_Version();
                                                           postgis_full_version
----------------------------------------------------------------------------------
POSTGIS="3.4.0dev 3.3.0rc2-993-g61bdf43a7" [EXTENSION] PGSQL="160" GEOS="3.12.0dev-CAPI-1.18.0" SFCGAL="1.3.8" PROJ="7.2.1 NETWORK_ENABLED=OFF URL_ENDPOINT=https://cdn.proj.org USER_WRITABLE_DIRECTORY=/tmp/proj DATABASE_PATH=/usr/share/proj/proj.db" GDAL="GDAL 3.2.2, released 2021/03/05" LIBXML="2.9.10" LIBJSON="0.15" LIBPROTOBUF="1.3.3" WAGYU="0.5.0 (Internal)" TOPOLOGY RASTER
(1 row)