diff options
-rw-r--r-- | contrib/xml2/pgxml.sql.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml2/pgxml.sql.in b/contrib/xml2/pgxml.sql.in index d8f3a0b6f1c..21d6f493a2b 100644 --- a/contrib/xml2/pgxml.sql.in +++ b/contrib/xml2/pgxml.sql.in @@ -30,7 +30,7 @@ AS 'SELECT xpath_list($1,$2,'','')' language 'SQL' STRICT IMMUTABLE; --- Wrapper functions for nodeset where no tags needed. +-- Wrapper functions for nodeset where no tags needed CREATE OR REPLACE FUNCTION xpath_nodeset(text,text) RETURNS text AS |