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

Commit 5cbd54e

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 f1e07d5 commit 5cbd54e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/src/sgml/func.sgml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10310,6 +10310,24 @@ SELECT xmlagg(x) FROM (SELECT * FROM test ORDER BY y DESC) AS tab;
1031010310
</para>
1031110311
</sect3>
1031210312

10313+
<sect3>
10314+
<title><literal>IS NOT DOCUMENT</literal></title>
10315+
10316+
<indexterm>
10317+
<primary>IS NOT DOCUMENT</primary>
10318+
</indexterm>
10319+
10320+
<synopsis>
10321+
<replaceable>xml</replaceable> IS NOT DOCUMENT
10322+
</synopsis>
10323+
10324+
<para>
10325+
The expression <literal>IS NOT DOCUMENT</literal> returns false if the
10326+
argument XML value is a proper XML document, true if it is not (that is,
10327+
it is a content fragment), or null if the argument is null.
10328+
</para>
10329+
</sect3>
10330+
1031310331
<sect3 id="xml-exists">
1031410332
<title><literal>XMLEXISTS</literal></title>
1031510333

0 commit comments

Comments
 (0)