Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 756dca8

Browse files
committed
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
1 parent 43d1ed6 commit 756dca8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/src/sgml/func.sgml

+18
Original file line numberDiff line numberDiff line change
@@ -10399,6 +10399,24 @@ SELECT xmlagg(x) FROM (SELECT * FROM test ORDER BY y DESC) AS tab;
1039910399
</para>
1040010400
</sect3>
1040110401

10402+
<sect3>
10403+
<title><literal>IS NOT DOCUMENT</literal></title>
10404+
10405+
<indexterm>
10406+
<primary>IS NOT DOCUMENT</primary>
10407+
</indexterm>
10408+
10409+
<synopsis>
10410+
<replaceable>xml</replaceable> IS NOT DOCUMENT
10411+
</synopsis>
10412+
10413+
<para>
10414+
The expression <literal>IS NOT DOCUMENT</literal> returns false if the
10415+
argument XML value is a proper XML document, true if it is not (that is,
10416+
it is a content fragment), or null if the argument is null.
10417+
</para>
10418+
</sect3>
10419+
1040210420
<sect3 id="xml-exists">
1040310421
<title><literal>XMLEXISTS</literal></title>
1040410422

0 commit comments

Comments
 (0)