Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6780b79

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 parent 278972f commit 6780b79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/ref/copy.sgml

+4-4
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, nor an <literal>ALSO</literal> rule, nor an
134+
<literal>INSTEAD</literal> rule that expands to multiple statements.
135135
</para>
136136
</listitem>
137137
</varlistentry>

0 commit comments

Comments
 (0)