File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -10399,6 +10399,24 @@ SELECT xmlagg(x) FROM (SELECT * FROM test ORDER BY y DESC) AS tab;
10399
10399
</para>
10400
10400
</sect3>
10401
10401
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
+
10402
10420
<sect3 id="xml-exists">
10403
10421
<title><literal>XMLEXISTS</literal></title>
10404
10422
You can’t perform that action at this time.
0 commit comments