Re: Lost Trigger(s)? - Mailing list pgsql-general

From Tom Lane
Subject Re: Lost Trigger(s)?
Date
Msg-id 18249.985365249@sss.pgh.pa.us
Whole thread Raw
In response to Lost Trigger(s)?  ("Rod Taylor" <rod.taylor@inquent.com>)
List pgsql-general
"Rod Taylor" <rod.taylor@inquent.com> 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 foreign keys?

            regards, tom lane

pgsql-general by date:

Previous
From: will trillich
Date:
Subject: Re: from string to table...?
Next
From: will trillich
Date:
Subject: Re: Re: Rules, views, sequences and returned values