projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd110c
)
doc: document "IS NOT DOCUMENT"
author
Bruce Momjian
Mon, 2 Apr 2018 20:41:46 +0000
(16:41 -0400)
committer
Bruce Momjian
Mon, 2 Apr 2018 20:41:46 +0000
(16:41 -0400)
Reported-by:
[email protected]
Discussion: https://postgr.es/m/
152056505045
.4963.
16783351661813640274
@wrigleys.postgresql.org
Author: Euler Taveira
Backpatch-through: 9.3
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 81c9c2e0a31d440ebc37a126c87a5e944fa1864f..29f9e65a88d3f6f2c137ce0188c6248fb2b78c5c 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-10159,6
+10159,24
@@
SELECT xmlagg(x) FROM (SELECT * FROM test ORDER BY y DESC) AS tab;
+
+
IS NOT DOCUMENT
+
+
+
IS NOT DOCUMENT
+
+
+
+
xml
IS NOT DOCUMENT
+
+
+
+ The expression
IS NOT DOCUMENT
returns false if the
+ argument XML value is a proper XML document, true if it is not (that is,
+ it is a content fragment), or null if the argument is null.
+
+
+
XMLEXISTS