Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77b9c50

Browse files
committed
doc: document "IS NOT DOCUMENT"
Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Author: Euler Taveira Backpatch-through: 9.3
1 parent 6cd110c commit 77b9c50

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
@@ -10159,6 +10159,24 @@ SELECT xmlagg(x) FROM (SELECT * FROM test ORDER BY y DESC) AS tab;
1015910159
</para>
1016010160
</sect3>
1016110161

10162+
<sect3>
10163+
<title><literal>IS NOT DOCUMENT</literal></title>
10164+
10165+
<indexterm>
10166+
<primary>IS NOT DOCUMENT</primary>
10167+
</indexterm>
10168+
10169+
<synopsis>
10170+
<replaceable>xml</replaceable> IS NOT DOCUMENT
10171+
</synopsis>
10172+
10173+
<para>
10174+
The expression <literal>IS NOT DOCUMENT</literal> returns false if the
10175+
argument XML value is a proper XML document, true if it is not (that is,
10176+
it is a content fragment), or null if the argument is null.
10177+
</para>
10178+
</sect3>
10179+
1016210180
<sect3 id="xml-exists">
1016310181
<title><literal>XMLEXISTS</literal></title>
1016410182

0 commit comments

Comments
 (0)