PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ postgis_libxml_version()

Datum postgis_libxml_version ( PG_FUNCTION_ARGS  )

Definition at line 233 of file lwgeom_functions_basic.c.

234{
235 char *ver = POSTGIS_LIBXML2_VERSION;
236 text *result = cstring_to_text(ver);
237 PG_RETURN_TEXT_P(result);
238}
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition cu_print.c:267
#define POSTGIS_LIBXML2_VERSION
Definition sqldefines.h:14

References POSTGIS_LIBXML2_VERSION, and result.