aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-10-13 14:58:33 +0000
committerBruce Momjian <bruce@momjian.us>2005-10-13 14:58:33 +0000
commit40e1b30f638e28f066685565e5b1edc3335c6abb (patch)
tree7818b242e1e389a15af09f7339c8e18006132a23
parent7d43349ab5ebe1619609b2fa4a5f8bf4bd773ac8 (diff)
downloadpostgresql-40e1b30f638e28f066685565e5b1edc3335c6abb.tar.gz
postgresql-40e1b30f638e28f066685565e5b1edc3335c6abb.zip
Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.
-rw-r--r--contrib/xml2/pgxml.sql.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml2/pgxml.sql.in b/contrib/xml2/pgxml.sql.in
index d8f3a0b6f1c..21d6f493a2b 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