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
}
POSTGIS_LIBXML2_VERSION
#define POSTGIS_LIBXML2_VERSION
Definition:
sqldefines.h:14
References
POSTGIS_LIBXML2_VERSION
.
postgis
lwgeom_functions_basic.c
Generated by
1.9.1