diff --git a/contrib/xml2/pgxml.sql.in b/contrib/xml2/pgxml.sql.in index d8f3a0b6f1..21d6f493a2 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