From 113bb9b5ac45354583fd37d6be9e51f24afc5f62 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 30 Jul 2001 14:59:02 +0000 Subject: XML conversion utility, requires expat library. John Gray --- contrib/xml/pgxml.source | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contrib/xml/pgxml.source (limited to 'contrib/xml/pgxml.source') diff --git a/contrib/xml/pgxml.source b/contrib/xml/pgxml.source new file mode 100644 index 00000000000..6f425077c19 --- /dev/null +++ b/contrib/xml/pgxml.source @@ -0,0 +1,7 @@ +--SQL for XML parser + +CREATE FUNCTION pgxml_parse(text) RETURNS bool + AS '_OBJWD_/pgxml_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict); + +CREATE FUNCTION pgxml_xpath(text,text,int) RETURNS text + AS '_OBJWD_/pgxml_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict); \ No newline at end of file -- cgit v1.2.3