PostGIS

PostGIS_GEOS_Compiled_Version

Prev

7.23. Version Functions

Next

Name

PostGIS_GEOS_Compiled_Version — Returns the version number of the GEOS library against which PostGIS was built.

Synopsis

+text +PostGIS_GEOS_Compiled_Version(`)`;

Description

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

Availability: 3.4.0

Examples

SELECT PostGIS_GEOS_Compiled_Version();
 postgis_geos_compiled_version
-------------------------------
 3.12.0
(1 row)

See Also

Prev

Up

Next

PostGIS_GEOS_Version

Home

PostGIS_Liblwgeom_Version