]> granicus.if.org Git - postgresql/commitdiff
Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.
authorBruce Momjian <bruce@momjian.us>
Thu, 13 Oct 2005 14:58:33 +0000 (14:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 13 Oct 2005 14:58:33 +0000 (14:58 +0000)
contrib/xml2/pgxml.sql.in

index d8f3a0b6f1c3a5a9c3b6635a65a8f3f2d63468fe..21d6f493a2b5e30c5314b47e94ab5d4ebdc56f3e 100644 (file)
@@ -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