[GENERAL] Lost Trigger(s)?

2001-03-23 Thread Rod Taylor
delete from user; -- Simplest test case. Any deletion request fails on this table. ERROR: SPI_execp() failed in RI_FKey_cascade_del() There are a ton of cascaded deletes that should occur from the above deletion. Which one is failing -- how do I tell (can't seem to do any kind of comparison

Re: [GENERAL] Lost Trigger(s)?

2001-03-23 Thread Stephan Szabo
On Thu, 22 Mar 2001, Rod Taylor wrote: delete from user; -- Simplest test case. Any deletion request fails on this table. ERROR: SPI_execp() failed in RI_FKey_cascade_del() Hmm, that error should probably include the constraint name for the constraint that failed. There are a ton of

Re: [GENERAL] Lost Trigger(s)?

2001-03-23 Thread Tom Lane
"Rod Taylor" [EMAIL PROTECTED] writes: delete from user; -- Simplest test case. Any deletion request fails on this table. ERROR: SPI_execp() failed in RI_FKey_cascade_del() Could we see the whole schema (pg_dump -s -t tablename dbname) for this table, and all the tables related to it by