Обсуждение: triggered data change violation

Поиск
Список
Период
Сортировка

triggered data change violation

От
Murray Prior Hobbs
Дата:
where on earth in the source do i find this error - i can only find it in a comment

am i blind or something!!

m

-- 
______________________________________________

Murray Prior Hobbs

eFone International Pty Ltd
http://efone.com
Phone: +61 3 9533 8188
Fax: +61 3 9533 8122
Mobile: +61 412 452 986




Re: triggered data change violation

От
Tom Lane
Дата:
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


Re: triggered data change violation

От
Murray Prior Hobbs
Дата:
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
>