mirror of
https://github.com/postgres/postgres.git
synced 2025-12-04 12:02:48 +03:00
Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user