diff options
author | Bruce Momjian | 2005-10-13 14:58:33 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-10-13 14:58:33 +0000 |
commit | 8fe0d58024494ebf29fa87a561ffe65dabba19ef (patch) | |
tree | aebf68e28eeb4da73698e6334337e7e60e6da0b3 | |
parent | bb5ebdc1f806fe5780aa2b0809f8a2d771108dff (diff) |
Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.
-rw-r--r-- | contrib/xml2/pgxml.sql.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |