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

REL8_1_STABLE
Bruce Momjian 20 years ago
parent 7d43349ab5
commit 40e1b30f63
  1. 2
      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

Loading…
Cancel
Save