Commit 40e1b30f authored by Bruce Momjian's avatar Bruce Momjian

Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.

parent 7d43349a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment