projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d43349
)
Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.
author
Bruce Momjian
Thu, 13 Oct 2005 14:58:33 +0000
(14:58 +0000)
committer
Bruce Momjian
Thu, 13 Oct 2005 14:58:33 +0000
(14:58 +0000)
contrib/xml2/pgxml.sql.in
patch
|
blob
|
blame
|
history
diff --git
a/contrib/xml2/pgxml.sql.in
b/contrib/xml2/pgxml.sql.in
index d8f3a0b6f1c3a5a9c3b6635a65a8f3f2d63468fe..21d6f493a2b5e30c5314b47e94ab5d4ebdc56f3e 100644
(file)
--- 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