PostGIS_PROJ_Version — Returns the version number of the PROJ4 library.
text PostGIS_PROJ_Version();
text PostGIS_PROJ_Version(
)
Returns the version number of the PROJ4 library, or NULL if PROJ4 support is not enabled.
NULL
SELECT PostGIS_PROJ_Version(); postgis_proj_version ------------------------- Rel. 4.4.9, 29 Oct 2004 (1 row)
PostGIS_Full_Version, PostGIS_GEOS_Version, PostGIS_Lib_Version, PostGIS_LibXML_Version, PostGIS_Version