Re: triggered data change violation - Mailing list pgsql-sql

From Murray Prior Hobbs
Subject Re: triggered data change violation
Date
Msg-id 3C40BE8F.4020201@efone.com
Whole thread Raw
In response to triggered data change violation  (Murray Prior Hobbs <murray@efone.com>)
List pgsql-sql
i know this is a nieve question

but if i get the following error "triggered data change violation in 
relation X"

and i grep through every single file in the source tree for even just 
the word "violation"

i expect to find it

i desire to find it though i don't need to find it

so any further help would be appreciated

m

ps i found it in the TODO docs - i read a lot of peoples banter on the 
subject of why it happens (and know that some might have been wrong in 
what causes it to happen - it seems only occures when the FK is composite)




Tom Lane wrote:

>Murray Prior Hobbs <murray@efone.com> writes:
>
>>where on earth in the source do i find this error -
>>
>
>If you're looking in development sources, you won't find it,
>'cause it's gone.
>
>It used to lurk in commands/trigger.c.
>
>            regards, tom lane
>





pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: triggered data change violation
Next
From: "Unnikrishnan Menon"
Date:
Subject: Problems with PL/PGSQL - functions