diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-11-04 21:27:47 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-11-04 21:27:47 +0000 |
commit | a44b69ef4c3ebb5d77f2f7d85a6448eb041ee3ec (patch) | |
tree | ef7cf173c8e834e047a46cbe6b4147e3cd7eff90 /contrib/xml/pgxml.source | |
parent | 503b41f6e5db97b79911c140310d9d2abbac0232 (diff) |
Back-patch recent file removals into REL7_3_STABLE branch.
Diffstat (limited to 'contrib/xml/pgxml.source')
-rw-r--r-- | contrib/xml/pgxml.source | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/xml/pgxml.source b/contrib/xml/pgxml.source deleted file mode 100644 index 8a04fa2c9b2..00000000000 --- a/contrib/xml/pgxml.source +++ /dev/null @@ -1,7 +0,0 @@ ---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,text,text) RETURNS text - AS '_OBJWD_/pgxml_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict);
\ No newline at end of file |