summaryrefslogtreecommitdiff
path: root/contrib/xml2/pgxml.sql.in
diff options
context:
space:
mode:
authorNeil Conway2004-03-07 20:41:27 +0000
committerNeil Conway2004-03-07 20:41:27 +0000
commitbab4269b9560e81adfe70c61cd811b1b8813b91c (patch)
treebe0ce87f852fca6cd1573282ae41120cf8629554 /contrib/xml2/pgxml.sql.in
parent9e5a091f02324069f611373b6a3536f158503921 (diff)
contrib/xml2 updates from John Gray:
I have changed the name of the new parse function to xml_valid and fixed a reference to SortMem which meant that the code as supplied would work against 7.3 and 7.4 but wouldn't work in CVS.
Diffstat (limited to 'contrib/xml2/pgxml.sql.in')
-rw-r--r--contrib/xml2/pgxml.sql.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml2/pgxml.sql.in b/contrib/xml2/pgxml.sql.in
index ff46e845b17..9951d6c0461 100644
--- a/contrib/xml2/pgxml.sql.in
+++ b/contrib/xml2/pgxml.sql.in
@@ -1,6 +1,6 @@
--SQL for XML parser
-CREATE OR REPLACE FUNCTION pgxml_parse(text) RETURNS bool
+CREATE OR REPLACE FUNCTION xml_valid(text) RETURNS bool
AS 'MODULE_PATHNAME' LANGUAGE 'c' WITH (isStrict);
CREATE OR REPLACE FUNCTION xpath_string(text,text) RETURNS text