]> granicus.if.org Git - postgresql/commitdiff
Mark xslt_process() as volatile.
authorBruce Momjian <bruce@momjian.us>
Thu, 13 Oct 2005 16:10:14 +0000 (16:10 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 13 Oct 2005 16:10:14 +0000 (16:10 +0000)
contrib/xml2/pgxml.sql.in

index 21d6f493a2b5e30c5314b47e94ab5d4ebdc56f3e..27bcf5275729fcfef272a5d485a45de743083009 100644 (file)
@@ -52,7 +52,7 @@ CREATE OR REPLACE FUNCTION xpath_table(text,text,text,text,text) RETURNS setof r
 
 
 CREATE OR REPLACE FUNCTION xslt_process(text,text,text) RETURNS text 
-       AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICT STABLE;
+       AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICT VOLATILE;
 
 -- the function checks for the correct argument count