PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ postgis_libxml_version()

Datum postgis_libxml_version ( PG_FUNCTION_ARGS  )

Definition at line 231 of file lwgeom_functions_basic.c.

232 {
233  char *ver = POSTGIS_LIBXML2_VERSION;
234  text *result = cstring_to_text(ver);
235  PG_RETURN_TEXT_P(result);
236 }
#define POSTGIS_LIBXML2_VERSION
Definition: sqldefines.h:14

References POSTGIS_LIBXML2_VERSION.