Re: BUG #17882: I can't disable triggers on a table that has been partitioned

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17882: I can't disable triggers on a table that has been partitioned
Дата
Msg-id 980717.1680452426@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #17882: I can't disable triggers on a table that has been partitioned  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> When I try to disable triggers on the table users using this command:
> alter table users disable trigger all;
> I'm met with this error:
> ERROR:  trigger "RI_ConstraintTrigger_c_572918" for table "users_0" does not
> exist

Hi, this was fixed about a month ago (commit f61e60102).  That will
appear in 15.3, due out in May.

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17882: I can't disable triggers on a table that has been partitioned
Следующее
От: Richard Guo
Дата:
Сообщение: Re: BUG #17798: Incorrect memory access occurs when using BEFORE ROW UPDATE trigger