ALTER TABLE ... NOREWRITE option

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема ALTER TABLE ... NOREWRITE option
Дата
Msg-id CA+U5nMKwhnNpLjtXJXroJvvs2izhsOf3_M=vSYyRCgjvbHwu6w@mail.gmail.com
обсуждение исходный текст
Ответы Re: ALTER TABLE ... NOREWRITE option
Список pgsql-hackers
It's hard to know whether your tables will be locked for long periods
when implementing DDL changes.

The NOREWRITE option would cause an ERROR if the table would be
rewritten by the command.

This would allow testing to highlight long running statements before
code hits production.

-- Simon Riggs                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Tablespaces in the data directory
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: --single-transaction hack to pg_upgrade does not work