Minor correction in alter_table.sgml

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Minor correction in alter_table.sgml
Дата
Msg-id d5cf9508-1e4c-f6a1-5533-4e81ab17e1ba@lab.ntt.co.jp
обсуждение исходный текст
Список pgsql-hackers
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
sub-commands; 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Mail thread references in commits
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: patch: function xmltable