Re: minimal update - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: minimal update
Date
Msg-id 4908C57F.3060203@dunslane.net
Whole thread Raw
In response to Re: minimal update  (David Fetter <david@fetter.org>)
Responses Re: minimal update
List pgsql-hackers

David Fetter wrote:
>>
>> Maybe we should fix our C sample trigger, from which this was taken.
>>     
>
> Yes :)
>
> Does the attached have the right error code?
>
> -        elog(ERROR, "trigf: not called by trigger manager");
> +        ereport(ERROR,
> +                (error(TRIGGERED_DATA_CHANGE_VIOLATION),
> +                 errmsg("trigf: not called by trigger manager")));
>
>   

Not sure that's appropriate, but I can't see anything else that is very 
appropriate either.

cheers

andrew


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: minimal update
Next
From: Simon Riggs
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches (r1155)