projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32e6c2a
)
Mark xslt_process() as volatile.
author
Bruce Momjian
Thu, 13 Oct 2005 16:10:14 +0000
(16:10 +0000)
committer
Bruce Momjian
Thu, 13 Oct 2005 16:10:14 +0000
(16:10 +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 21d6f493a2b5e30c5314b47e94ab5d4ebdc56f3e..27bcf5275729fcfef272a5d485a45de743083009 100644
(file)
--- a/
contrib/xml2/pgxml.sql.in
+++ b/
contrib/xml2/pgxml.sql.in
@@
-52,7
+52,7
@@
CREATE OR REPLACE FUNCTION xpath_table(text,text,text,text,text) RETURNS setof r
CREATE OR REPLACE FUNCTION xslt_process(text,text,text) RETURNS text
- AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICT
STAB
LE;
+ AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICT
VOLATI
LE;
-- the function checks for the correct argument count