Re: Good Books

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Good Books
Дата
Msg-id 26704.1111677014@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Good Books  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-general
Robert Treat <xzilla@users.sourceforge.net> writes:
> On Thu, 2005-03-24 at 08:41, postgresql@bryden.co.za wrote:
>> Refering to my mention of exceptions above, the following is information
>> that I could not find in the standard docs:
>> How to use(Return using RAISE) the actual exception code and message once
>> you have handled the error. This is especially usefull if you have used
>> WHEN OTHERS to catch the error.

> Of course this assumes you can do it at all ;-)

Which you can't.  That isn't a documentation shortcoming, it's an
implementation shortcoming ...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: How to retrieve the comment for a constraint?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Questions regarding interaction of stored functions and transactions