PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ postgis_libxml_version()

Datum postgis_libxml_version ( PG_FUNCTION_ARGS  )

Definition at line 226 of file lwgeom_functions_basic.c.

References LWGEOM_npoints(), PG_FUNCTION_INFO_V1(), and POSTGIS_LIBXML2_VERSION.

Referenced by postgis_autocache_bbox().

227 {
228  char *ver = POSTGIS_LIBXML2_VERSION;
229  text *result = cstring2text(ver);
230  PG_RETURN_TEXT_P(result);
231 }
#define POSTGIS_LIBXML2_VERSION
Definition: sqldefines.h:13
Here is the call graph for this function:
Here is the caller graph for this function: