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

This commit is contained in:
Bruce Momjian 2005-10-13 14:58:33 +00:00
parent 7d43349ab5
commit 40e1b30f63
1 changed files with 1 additions and 1 deletions

View 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