Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit756dca8

Browse files
committed
doc: document "IS NOT DOCUMENT"
Reported-by: scott.ure@caseware.comDiscussion:https://postgr.es/m/152056505045.4963.16783351661813640274@wrigleys.postgresql.orgAuthor: Euler TaveiraBackpatch-through: 10
1 parent43d1ed6 commit756dca8

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
@@ -10399,6 +10399,24 @@ SELECT xmlagg(x) FROM (SELECT * FROM test ORDER BY y DESC) AS tab;
1039910399
</para>
1040010400
</sect3>
1040110401

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+
1040210420
<sect3 id="xml-exists">
1040310421
<title><literal>XMLEXISTS</literal></title>
1040410422

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp