diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-08-21 15:26:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-08-21 15:26:10 +0000 |
commit | 4859219f1931b895f29af34b09420d2e8e346695 (patch) | |
tree | e8e4b3aa1ef69dfa17b4532bac265aebdcb70e96 /contrib/xml/pgxml_dom.source | |
parent | f00caec5412b9f5f22c040a34ae4729f4db592aa (diff) |
Add 0.2 version XML files.
Diffstat (limited to 'contrib/xml/pgxml_dom.source')
-rw-r--r-- | contrib/xml/pgxml_dom.source | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/xml/pgxml_dom.source b/contrib/xml/pgxml_dom.source new file mode 100644 index 00000000000..a8582398b1e --- /dev/null +++ b/contrib/xml/pgxml_dom.source @@ -0,0 +1,7 @@ +--SQL for XML parser + +CREATE FUNCTION pgxml_parse(text) RETURNS bool + AS '_OBJWD_/pgxml_dom_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict); + +CREATE FUNCTION pgxml_xpath(text,text,text,text) RETURNS text + AS '_OBJWD_/pgxml_dom_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict);
\ No newline at end of file |