PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
postgis_libxml_version()
Datum postgis_libxml_version
(
PG_FUNCTION_ARGS
)
Definition at line
230
of file
lwgeom_functions_basic.c
.
231
{
232
char
*ver =
POSTGIS_LIBXML2_VERSION
;
233
text *result = cstring_to_text(ver);
234
PG_RETURN_TEXT_P(result);
235
}
POSTGIS_LIBXML2_VERSION
#define POSTGIS_LIBXML2_VERSION
Definition:
sqldefines.h:13
References
POSTGIS_LIBXML2_VERSION
.
postgis
lwgeom_functions_basic.c
Generated by
1.9.1