PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ postgis_geos_version()

Datum postgis_geos_version ( PG_FUNCTION_ARGS  )

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

107 {
108  const char *ver = lwgeom_geos_version();
109  text *result = cstring_to_text(ver);
110  PG_RETURN_POINTER(result);
111 }
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition: cu_print.c:262
const char * lwgeom_geos_version(void)
Return GEOS version string (not to be freed)

References lwgeom_geos_version(), and result.

Here is the call graph for this function: