Re: BUG #17882: I can't disable triggers on a table that has been partitioned - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17882: I can't disable triggers on a table that has been partitioned
Date
Msg-id 980717.1680452426@sss.pgh.pa.us
Whole thread Raw
In response to BUG #17882: I can't disable triggers on a table that has been partitioned  (PG Bug reporting form <noreply@postgresql.org>)
List 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 by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #17882: I can't disable triggers on a table that has been partitioned
Next
From: Richard Guo
Date:
Subject: Re: BUG #17798: Incorrect memory access occurs when using BEFORE ROW UPDATE trigger