Re: error-free disabling of individual child partition

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: error-free disabling of individual child partition
Дата
Msg-id 1148398018.2646.849.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: error-free disabling of individual child partition  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers
On Tue, 2006-05-23 at 18:19 +0300, Hannu Krosing wrote:
> For me "DROP INHERITS oldtable" sounds better than "INHERITS DROP
> oldtable" , but it may be just me :)

Agreed, so proposal is now

ALTER TABLE childN DROP INHERITS old_parent;
ALTER TABLE childN ADD INHERITS new_parent;

Going once; going twice...

--  Simon Riggs              EnterpriseDB   http://www.enterprisedb.com



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [ADMIN] does wal archiving block the current client
Следующее
От: Tom Lane
Дата:
Сообщение: Re: error-free disabling of individual child partition