Re: exception handling in plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Korry <korry(at)starband(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: exception handling in plpgsql
Date: 2005-01-01 19:10:53
Message-ID: 19368.1104606653@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Korry <korry(at)starband(dot)net> writes:
> It seems you cant trap every condition listed in errocodes-
> appendix.html; in particular, you cant trap SUCCESSFUL_COMPLETION, any
> of the conditions listed in the WARNING category, or any of the
> conditions listed in the NO DATA category. (At least through 8.0 rc1 -
> I haven't checked in later versions).

Those aren't errors.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruno Wolff III 2005-01-01 19:34:51 Re: Is there a psql function equivalent to a session log
Previous Message Tom Lane 2005-01-01 18:55:10 Re: 'COPY ... FROM' inserts to btree, blocks on buffer writeout