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 @@ -9712,6 +9712,24 @@ SELECT xmlagg(x) FROM (SELECT * FROM test ORDER BY y DESC) AS tab;
9712
9712
</para>
9713
9713
</sect3>
9714
9714
9715
+ <sect3>
9716
+ <title><literal>IS NOT DOCUMENT</literal></title>
9717
+
9718
+ <indexterm>
9719
+ <primary>IS NOT DOCUMENT</primary>
9720
+ </indexterm>
9721
+
9722
+ <synopsis>
9723
+ <replaceable>xml</replaceable> IS NOT DOCUMENT
9724
+ </synopsis>
9725
+
9726
+ <para>
9727
+ The expression <literal>IS NOT DOCUMENT</literal> returns false if the
9728
+ argument XML value is a proper XML document, true if it is not (that is,
9729
+ it is a content fragment), or null if the argument is null.
9730
+ </para>
9731
+ </sect3>
9732
+
9715
9733
<sect3 id="xml-exists">
9716
9734
<title><literal>XMLEXISTS</literal></title>
9717
9735
You can’t perform that action at this time.
0 commit comments