Re: BUG #15954: Unable to alter partitioned table to set logged

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #15954: Unable to alter partitioned table to set logged
Дата
Msg-id 20190821134434.GA9383@paquier.xyz
обсуждение исходный текст
Ответ на Re: BUG #15954: Unable to alter partitioned table to set logged  (Keith Fiske <keith.fiske@crunchydata.com>)
Ответы Re: BUG #15954: Unable to alter partitioned table to set logged  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Re: BUG #15954: Unable to alter partitioned table to set logged  (Keith Fiske <keith.fiske@crunchydata.com>)
Список pgsql-bugs
On Wed, Aug 21, 2019 at 09:24:38AM -0400, Keith Fiske wrote:
> As the others have stated, I think we just need to get some sort of
> consistent method of handling this. Currently running an ALTER TABLE on the
> parent to change the UNLOGGED state simply does nothing which is not
> intuitive whatsoever. Even if it's just throwing an error saying you cannot
> change this property, that would be better until a more thorough solution
> can be implemented in the future.

One problem with an error is that it may break existing application
code :(
--
Michael

Вложения

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: BUG #15967: Sequence generation using NEXTVAL() fails on 64bit systems
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15971: Behaviour of SUBSTR function depending on its arguments