Re: User's exception plpgsql - Mailing list pgsql-patches

From Pavel Stehule
Subject Re: User's exception plpgsql
Date
Msg-id Pine.LNX.4.44.0507080653210.1715-100000@kix.fsv.cvut.cz
Whole thread Raw
In response to Re: User's exception plpgsql  (Neil Conway <neilc@samurai.com>)
Responses Re: User's exception plpgsql  (Neil Conway <neilc@samurai.com>)
Re: User's exception plpgsql  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
On Fri, 8 Jul 2005, Neil Conway wrote:

> Pavel Stehule wrote:
> > ok, but don't forget, please, on exception part.
>
> What do you mean?
>
> -Neil
>

BEGIN
  EXCEPTION WHEN * THEN

equvalent rules for raise have to be in *

is true?

Pavel


pgsql-patches by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: User's exception plpgsql
Next
From: Neil Conway
Date:
Subject: minor nodeIndexScan tweak