File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ and <replaceable class="parameter">merge_insert</replaceable> is
41
41
42
42
INSERT [( <replaceable class="parameter">column_name</replaceable> [, ...] )]
43
43
[ OVERRIDING { SYSTEM | USER } VALUE ]
44
- { VALUES ( { <replaceable class="parameter">expression</replaceable> | DEFAULT } [, ...] ) | DEFAULT VALUES }
44
+ { VALUES ( { <replaceable class="parameter">expression</replaceable> | DEFAULT } ) | DEFAULT VALUES }
45
45
46
46
and <replaceable class="parameter">merge_update</replaceable> is
47
47
@@ -285,6 +285,7 @@ DELETE
285
285
<command>INSERT</command> actions cannot contain sub-selects.
286
286
</para>
287
287
<para>
288
+ Only one <literal>VALUES</literal> clause can be specified.
288
289
The <literal>VALUES</literal> clause can only refer to columns from
289
290
the source relation, since by definition there is no matching target row.
290
291
</para>
You can’t perform that action at this time.
0 commit comments