Re: Proposal - Continue stmt for PL/pgSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Proposal - Continue stmt for PL/pgSQL
Дата
Msg-id 17530.1118942174@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Proposal - Continue stmt for PL/pgSQL  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Ответы Re: Proposal - Continue stmt for PL/pgSQL  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Список pgsql-hackers
Pavel Stehule <stehule@kix.fsv.cvut.cz> writes:
>   BEGIN
>     CONTINUE WHEN i = 10;
>     RAISE NOTICE '---1---';
>   END;

I find that really ugly and confusing.  If we add a CONTINUE it's only
sensible to allow it inside a loop --- otherwise it's just a nonstandard
spelling of EXIT.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Autovacuum in the backend
Следующее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Autovacuum in the backend