We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d1ed6 commit 756dca8Copy full SHA for 756dca8
doc/src/sgml/func.sgml
@@ -10399,6 +10399,24 @@ SELECT xmlagg(x) FROM (SELECT * FROM test ORDER BY y DESC) AS tab;
10399
</para>
10400
</sect3>
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
10420
<sect3 id="xml-exists">
10421
<title><literal>XMLEXISTS</literal></title>
10422
0 commit comments