Re: Problem with trigger makes Detail record be invalid

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: PegoraroF10 <marcos(at)f10(dot)com(dot)br>, pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with trigger makes Detail record be invalid
Date: 2018-04-19 18:58:24
Message-ID: 6225255e-5091-332f-734f-e55cab7e7f44@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/19/2018 11:52 AM, PegoraroF10 wrote:
> My point of view that there was a partial rollback, just on detail table. If
> I´ve done a delete from Master and I have a foreign key to it with cascade
> option, or all records should be deleted or no one should, this is my point.

Except you now have a trigger or possibly triggers that are altering the
delete process and possibly counteracting the system trigger that is a
FK. There have been enough instances of this show up on this list for me
to know this is a distinct possibility.

>
> Did you see that Master table has no records and Detail table has one record
> ?
> I think you agree with me that we have a a detail record with no master, so
> it´s unusable, right ?

We have not seen the actual records, so I cannot say or agree/disagree.

>
> I´m not able to do a backup/restore of this database because that record
> doesn´t match.
>
>
>
> --
> Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2018-04-19 19:03:11 Re: Problem with trigger makes Detail record be invalid
Previous Message Tom Lane 2018-04-19 18:57:17 Re: Problem with trigger makes Detail record be invalid