Re: BUG #1644: control structeres perfomance in pgsql - Mailing list pgsql-bugs

From Neil Conway
Subject Re: BUG #1644: control structeres perfomance in pgsql
Date
Msg-id 42782AE0.7050304@samurai.com
Whole thread Raw
In response to BUG #1644: control structeres perfomance in pgsql  ("tirny" <tirny@mail.ru>)
Responses Re: BUG #1644: control structeres perfomance in pgsql  (Klint Gore <kg@kgb.une.edu.au>)
List pgsql-bugs
tirny wrote:
> any code instructions
> ***
> IF FOUND AND TG_OP = 'UPDATE' THEN
> ***
> END IF;
> ***
>
> if not found plsql does't break this structure after IF FOUND and proceed
> TG_OP = \'UPDATE\', what bring control structures to:
> IF FOUND THEN
>   IF TG_OP = 'UPDATE' THEN
>    ***
>   END IF;
> END IF;
>
> inconveniently, isn't it?

I don't understand. Can you explain what the problem is?

-Neil

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1643: dbf2pg broken + quick fix
Next
From: Klint Gore
Date:
Subject: Re: BUG #1644: control structeres perfomance in pgsql