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

Commit9c00e4c

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 parent506c77f commit9c00e4c

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
@@ -128,10 +128,10 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
128128
</para>
129129
<para>
130130
For <command>INSERT</command>, <command>UPDATE</command> and
131-
<command>DELETE</command> queries a RETURNING clause must be provided,
132-
and the target relation must not have a conditional rule, nor
133-
an <literal>ALSO</literal> rule, nor an <literal>INSTEAD</literal> rule
134-
that expands to multiple statements.
131+
<command>DELETE</command> queries a<literal>RETURNING</literal> clause
132+
must be provided,and the target relation must not have a conditional
133+
rule, noran <literal>ALSO</literal> rule, nor an
134+
<literal>INSTEAD</literal> rulethat expands to multiple statements.
135135
</para>
136136
</listitem>
137137
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp