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