Re: BUG #1644: control structeres perfomance in pgsql

From: Neil Conway <neilc(at)samurai(dot)com>
To: tirny <tirny(at)mail(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1644: control structeres perfomance in pgsql
Date: 2005-05-04 01:52:32
Message-ID: 42782AE0.7050304@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Klint Gore 2005-05-04 02:35:55 Re: BUG #1644: control structeres perfomance in pgsql
Previous Message Boris van Schooten 2005-05-03 22:32:40 Re: BUG #1643: dbf2pg broken + quick fix