From 40e1b30f638e28f066685565e5b1edc3335c6abb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 13 Oct 2005 14:58:33 +0000 Subject: [PATCH] Change xpath_table() and xslt_process() from IMMUTABLE to STABLE. --- contrib/xml2/pgxml.sql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/xml2/pgxml.sql.in b/contrib/xml2/pgxml.sql.in index d8f3a0b6f1..21d6f493a2 100644 --- a/contrib/xml2/pgxml.sql.in +++ b/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 -- 2.40.0