File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ INSERT INTO <replaceable class="parameter">table_name</replaceable> [ AS <replac
181
181
provided, it completely hides the actual name of the table.
182
182
This is particularly useful when <literal>ON CONFLICT DO UPDATE</literal>
183
183
targets a table named <varname>excluded</varname>, since that will otherwise
184
- be taken as the name of the special table representing rows proposed
184
+ be taken as the name of the special table representing the row proposed
185
185
for insertion.
186
186
</para>
187
187
</listitem>
@@ -401,7 +401,7 @@ INSERT INTO <replaceable class="parameter">table_name</replaceable> [ AS <replac
401
401
conflict. The <literal>SET</literal> and
402
402
<literal>WHERE</literal> clauses in <literal>ON CONFLICT DO
403
403
UPDATE</literal> have access to the existing row using the
404
- table's name (or an alias), and to rows proposed for insertion
404
+ table's name (or an alias), and to the row proposed for insertion
405
405
using the special <varname>excluded</varname> table.
406
406
<literal>SELECT</literal> privilege is required on any column in the
407
407
target table where corresponding <varname>excluded</varname>
You can’t perform that action at this time.
0 commit comments