"Lenorovitz, Joel" <Joel.Lenorovitz@xxxxxxxx> writes: > postgres=# select * from item; > ERROR: too many trigger records found for relation "item" You could reset the pg_class.reltriggers entry for "item" to be however many pg_trigger entries there actually are for the table. I'm curious how you got into this state though... what PG version is this, and have you been doing any hand manipulation of triggers? regards, tom lane