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