Re: Minor correction in alter_table.sgml

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: Minor correction in alter_table.sgml
Дата
Msg-id CA+HiwqG=uAB4mDL3Qw9hTsHodPameDwfaXWCovzR3vm-1zah-Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Minor correction in alter_table.sgml  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Hi Stephen,

On Thu, Dec 1, 2016 at 12:24 AM, Stephen Frost <sfrost@snowman.net> wrote:
> Amit,
>
> * Amit Langote (Langote_Amit_f8@lab.ntt.co.jp) wrote:
>> Perhaps, it should say something like:
>>
>> All the actions except RENAME, SET TABLESPACE (when using the ALL IN
>> TABLESPACE form) and SET SCHEMA can be combined into a list of multiple
>> alterations to apply in parallel.
>
> Seems like this would be a bit better:
>
> ------
> All the actions, when acting on a single table and not using the ALL IN
> TABLESPACE form, except RENAME and SET SCHEMA, can be combined into a
> list of multiple alterations to be applied.
> ------
>
> I note that we say 'in parallel', but given that we have actual parallel
> operations now, we should probably shy away from using that except in
> cases where we actually mean operations utilizing multiple parallel
> processes.
>
> Thoughts?

Sounds good to me.

Thanks,
Amit



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Mail thread references in commits
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Declarative partitioning - another take