Name

PostGIS_PROJ_Compiled_Version — Returns the version number of the PROJ library against which PostGIS was built.

Synopsis

text PostGIS_PROJ_Compiled_Version();

描述

Returns the version number of the PROJ library, or against which PostGIS was built.

可用性:3.5.0

示例

SELECT PostGIS_PROJ_Compiled_Version();
 postgis_proj_compiled_version
-------------------------------
 9.1.1
(1 row)