Schema
Owner
postgres
Descriptions
Returns the version number of the libxml2 library.
Options
Option | Value |
---|---|
Returns |
text |
Language |
c |
Parameters |
There are no parameters for function postgis_libxml_version |
Definition
CREATE OR REPLACE FUNCTION public.postgis_libxml_version (
)
RETURNS text AS
'$libdir/postgis-2.3', 'postgis_libxml_version'
LANGUAGE 'c'
IMMUTABLE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 1;
COMMENT ON FUNCTION public.postgis_libxml_version()
IS 'Returns the version number of the libxml2 library.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |