Nombre

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

Sinopsis

text PostGIS_PROJ_Compiled_Version();

Descripción

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

Availability: 3.5.0

Ejemplos

Code
SELECT PostGIS_PROJ_Compiled_Version();
Output
9.1.1