PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ postgis_liblwgeom_version()

Datum postgis_liblwgeom_version ( PG_FUNCTION_ARGS  )

Definition at line 158 of file lwgeom_functions_basic.c.

References lwgeom_version(), PG_FUNCTION_INFO_V1(), and postgis_lib_version().

Referenced by postgis_version().

159 {
160  const char *ver = lwgeom_version();
161  text *result = cstring2text(ver);
162  PG_RETURN_TEXT_P(result);
163 }
const char * lwgeom_version(void)
Return lwgeom version string (not to be freed)
Definition: lwgeom_api.c:36
Here is the call graph for this function:
Here is the caller graph for this function: