Minor correction in alter_table.sgml

Поиск
Список
Период
Сортировка
Искать
От
Amit Langote
Тема
Minor correction in alter_table.sgml
Дата
Msg-id
14c535b4-13ef-0590-1b98-76af355a0763@lab.ntt.co.jp
Список
Дерево обсуждения
Minor correction in alter_table.sgml Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Minor correction in alter_table.sgml Stephen Frost <sfrost@snowman.net>
Re: Minor correction in alter_table.sgml Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] Minor correction in alter_table.sgml Stephen Frost <sfrost@snowman.net>
Re: [HACKERS] Minor correction in alter_table.sgml Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] Minor correction in alter_table.sgml Stephen Frost <sfrost@snowman.net>
Re: [HACKERS] Minor correction in alter_table.sgml Alvaro Herrera <alvherre@2ndquadrant.com>
Re: Minor correction in alter_table.sgml Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: [HACKERS] Minor correction in alter_table.sgml Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: [HACKERS] Minor correction in alter_table.sgml Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Minor correction in alter_table.sgml Amit Langote <amitlangote09@gmail.com>
The following sentence in the ALTER TABLE documentation is not entirely
accurate:

"All the actions except RENAME, SET TABLESPACE and SET SCHEMA can be
combined into a list of multiple alterations to apply in parallel."

SET TABLESPACE (in the ALTER TABLE form) can be combined with other
subcommands; for example, following works:

alter table foo set tablespace mytbls, add b int;

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.

Attached is a patch.

Thanks,
Amit
В списке pgsql-hackers по дате отправления
От: Michael Paquier
Дата:
От: Etsuro Fujita
Дата:
FAQ