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

Commit 35cc9f1

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 e50a52b commit 35cc9f1

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, nor an <literal>ALSO</literal> rule, nor an
125+
<literal>INSTEAD</literal> rule that expands to multiple statements.
126126
</para>
127127
</listitem>
128128
</varlistentry>

0 commit comments

Comments
 (0)