From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | quynh(dot)helendinh(at)gmail(dot)com |
Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Subject: | Re: BUG #17882: I can't disable triggers on a table that has been partitioned |
Date: | 2023-04-02 16:20:26 |
Message-ID: | 980717.1680452426@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
PG Bug reporting form <noreply(at)postgresql(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Guo | 2023-04-03 06:29:16 | Re: BUG #17798: Incorrect memory access occurs when using BEFORE ROW UPDATE trigger |
Previous Message | PG Bug reporting form | 2023-04-02 15:28:37 | BUG #17882: I can't disable triggers on a table that has been partitioned |