| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> |
| Cc: | postgresql(at)bryden(dot)co(dot)za, Bruno Wolff III <bruno(at)wolff(dot)to>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Good Books |
| Date: | 2005-03-24 15:10:14 |
| Message-ID: | 26704.1111677014@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> writes:
> On Thu, 2005-03-24 at 08:41, postgresql(at)bryden(dot)co(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-03-24 15:12:20 | Re: Questions regarding interaction of stored functions and transactions |
| Previous Message | Tom Lane | 2005-03-24 15:05:24 | Re: How to retrieve the comment for a constraint? |