Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Proposal - Continue stmt for PL/pgSQL - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Proposal - Continue stmt for PL/pgSQL
Date
Msg-id [email protected]
Whole thread Raw
In response to Proposal - Continue stmt for PL/pgSQL  (Pavel Stehule <[email protected]>)
Responses Re: Proposal - Continue stmt for PL/pgSQL
List pgsql-hackers
Pavel Stehule <[email protected]> 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Autovacuum in the backend
Next
From: "Matthew T. O'Connor"
Date:
Subject: Re: Autovacuum in the backend