[COMMITTERS] pgsql: Improve ALTER TABLE documentation

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема [COMMITTERS] pgsql: Improve ALTER TABLE documentation
Дата
Msg-id E1cJn95-0003IT-TG@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve ALTER TABLE documentation

The ALTER TABLE documentation wasn't terribly clear when it came to
which commands could be combined together and what it meant when they
were.

In particular, SET TABLESPACE *can* be combined with other commands,
when it's operating against a single table, but not when multiple tables
are being moved with ALL IN TABLESPACE.  Further, the actions are
applied together but not really in 'parallel', at least today.

Pointed out by: Amit Langote

Improved wording from Tom.

Back-patch to 9.4, where the ALL IN TABLESPACE option was added.

Discussion: https://www.postgresql.org/message-id/14c535b4-13ef-0590-1b98-76af355a0763%40lab.ntt.co.jp

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/eaac6c75858b693ef5e8968b509114c30896ba19

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: [COMMITTERS] pgsql: For 8.0 servers, get last built-in oid from pg_database
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix strange behavior (and possible crashes) in full textphrase