Re: BUG #1644: control structeres perfomance in pgsql

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: BUG #1644: control structeres perfomance in pgsql
Дата
Msg-id 42782AE0.7050304@samurai.com
обсуждение исходный текст
Ответ на BUG #1644: control structeres perfomance in pgsql  ("tirny" <tirny@mail.ru>)
Ответы Re: BUG #1644: control structeres perfomance in pgsql  (Klint Gore <kg@kgb.une.edu.au>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1643: dbf2pg broken + quick fix
Следующее
От: Klint Gore
Дата:
Сообщение: Re: BUG #1644: control structeres perfomance in pgsql