aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml/pgxml.source
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xml/pgxml.source')
-rw-r--r--contrib/xml/pgxml.source2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml/pgxml.source b/contrib/xml/pgxml.source
index 6f425077c19..8a04fa2c9b2 100644
--- a/contrib/xml/pgxml.source
+++ b/contrib/xml/pgxml.source
@@ -3,5 +3,5 @@
CREATE FUNCTION pgxml_parse(text) RETURNS bool
AS '_OBJWD_/pgxml_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict);
-CREATE FUNCTION pgxml_xpath(text,text,int) RETURNS text
+CREATE FUNCTION pgxml_xpath(text,text,text,text) RETURNS text
AS '_OBJWD_/pgxml_DLSUFFIX_' LANGUAGE 'c' WITH (isStrict); \ No newline at end of file