Re: pgsql: Allow insert and update tuple routing and COPY for foreigntable

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Re: pgsql: Allow insert and update tuple routing and COPY for foreigntable
Дата
Msg-id 5CC2CE92.2040100@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: pgsql: Allow insert and update tuple routing and COPY for foreigntable  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
Список pgsql-committers
(2019/04/26 13:58), Etsuro Fujita wrote:
> (2019/04/26 13:20), Amit Langote wrote:
>> + Note that this function is also called when inserting routed tuples
>> into
>> + a foreign-table partition or executing<command>COPY FROM</command> on
>> + a foreign table, in which case it is called in a different way than it
>> + is in the<command>INSERT</command> case.
>>
>> Maybe minor, but should the last part of this sentence read as:
>>
>> ...in which case it is called in a different way than it is in the case
>> <command>INSERT</command> is operating directly on the foreign table.
>>
>> ?
>
> Yeah, but I think it would be OK to just say "the INSERT case" because
> this note is added to the docs for ExecForeignInsert(), which allows the
> FDW to directly insert into foreign tables as you know, so users will
> read "the INSERT case" as "the case <command>INSERT</command> is
> operating directly on the foreign table".

Pushed as-is.  I think we can change that later if necessary.

Best regards,
Etsuro Fujita




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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Add FDW documentation notes about insert and update tupleroutin
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Update section on NFS