aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml/pgxml.source
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-07-30 14:59:02 +0000
committerBruce Momjian <bruce@momjian.us>2001-07-30 14:59:02 +0000
commit113bb9b5ac45354583fd37d6be9e51f24afc5f62 (patch)
tree6f53e7a2375df864f3e90f830cebeae551ae6924 /contrib/xml/pgxml.source
parentd4cafeba315cc714a7b896993db8e34ad08e54ca (diff)
downloadpostgresql-113bb9b5ac45354583fd37d6be9e51f24afc5f62.tar.gz
postgresql-113bb9b5ac45354583fd37d6be9e51f24afc5f62.zip
XML conversion utility, requires expat library.
John Gray
Diffstat (limited to 'contrib/xml/pgxml.source')
-rw-r--r--contrib/xml/pgxml.source7
1 files changed, 7 insertions, 0 deletions
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