Update wording of INSERT ON CONFLICT "rows proposed for insertion"

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Update wording of INSERT ON CONFLICT "rows proposed for insertion"
Дата
Msg-id CAKFQuwZKQoOEHQgTREb7swqryWjHVckcrpOrHUKQqEHznsZfGA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Update wording of INSERT ON CONFLICT "rows proposed for insertion"  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-docs
Hey,

I suggest a minor rewording of:


Current:
"The SET and WHERE clauses in ON CONFLICT DO UPDATE have access to the existing row using the table's name (or an alias), and to [rows] proposed for insertion using the special excluded table."

Becomes:
"The SET and WHERE clauses in ON CONFLICT DO UPDATE have access to the existing row using the table's name (or an alias), and to [the corresponding row] proposed for insertion using the special excluded table."

The plural "rows" just reads oddly since in any single evaluation only one row is going to be present in the excluded table for the "existing row" in the target table.

David J.

В списке pgsql-docs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Missing information about CREATE TRIGGER on temporary tables
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: add free space map link in pg_freespacemap page