Re: minimal update

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: minimal update
Дата
Msg-id 4908C936.4070105@dunslane.net
обсуждение исходный текст
Ответ на Re: minimal update  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: minimal update  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

Andrew Dunstan wrote:
>
>
> 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.


The plpgsql code uses errcode(ERRCODE_FEATURE_NOT_SUPPORTED) for this 
situation, so I guess we should be consistent with that.

cheers

andrew



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Updates of SE-PostgreSQL 8.4devel patches (r1155)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL network discovery