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

Commit35cc9f1

Browse files
committed
Added literal tag for RETURNING
This is an old mistake (92e3818); backpatch all the way back.Author: Atsushi Torikoshi <torikoshia@oss.nttdata.com>Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>Discussion:https://postgr.es/m/c0aa00b60a16c0ea2a4c5123b013acb9@oss.nttdata.com
1 parente50a52b commit35cc9f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/ref/copy.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
119119
</para>
120120
<para>
121121
For <command>INSERT</command>, <command>UPDATE</command> and
122-
<command>DELETE</command> queries a RETURNING clause must be provided,
123-
and the target relation must not have a conditional rule, nor
124-
an <literal>ALSO</literal> rule, nor an <literal>INSTEAD</literal> rule
125-
that expands to multiple statements.
122+
<command>DELETE</command> queries a<literal>RETURNING</literal> clause
123+
must be provided,and the target relation must not have a conditional
124+
rule, noran <literal>ALSO</literal> rule, nor an
125+
<literal>INSTEAD</literal> rulethat expands to multiple statements.
126126
</para>
127127
</listitem>
128128
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp