From 5cbd54e40bfb529a364cad91e4d62274033d5eea Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Fri, 30 Mar 2018 10:39:48 -0400
Subject: doc: document "IS NOT DOCUMENT"
Reported-by: scott.ure@caseware.com
Discussion: https://postgr.es/m/152056505045.4963.16783351661813640274@wrigleys.postgresql.org
Author: Euler Taveira
Backpatch-through: 10
---
doc/src/sgml/func.sgml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
(limited to 'doc/src')
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 887a7cb764a..21d22869e84 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -10310,6 +10310,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
--
cgit v1.2.3