Re: pl/pgsql: END verbosity

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: pl/pgsql: END verbosity
Дата
Msg-id 42BB9D50.6020701@samurai.com
обсуждение исходный текст
Ответ на Re: pl/pgsql: END verbosity  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-hackers
Jan Wieck wrote:
> But what if they decide to allow
> 
> LOOP
>     -- ...
>     IF condition THEN
>         EXIT;
> END LOOP;
> 
> at some point? There you'd get ambiguity.

ISTM this would be ambiguous in any case:

IF condition1 THEN    foo;    IF condition2 THEN        bar;
END IF;

-Neil


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Fixing r-tree semantics
Следующее
От: "Mark Cave-Ayland"
Дата:
Сообщение: Re: Fixing r-tree semantics