PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ postgis_geos_version()

Datum postgis_geos_version ( PG_FUNCTION_ARGS  )

Definition at line 115 of file postgis/lwgeom_geos.c.

References lwgeom_geos_version().

116 {
117  const char *ver = lwgeom_geos_version();
118  text *result = cstring2text(ver);
119  PG_RETURN_POINTER(result);
120 }
const char * lwgeom_geos_version(void)
Return GEOS version string (not to be freed)
Here is the call graph for this function: