Re: Good Books - Mailing list pgsql-general

From Tom Lane
Subject Re: Good Books
Date
Msg-id 26704.1111677014@sss.pgh.pa.us
Whole thread Raw
In response to Re: Good Books  (Robert Treat <xzilla@users.sourceforge.net>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: How to retrieve the comment for a constraint?
Next
From: Tom Lane
Date:
Subject: Re: Questions regarding interaction of stored functions and transactions