Re: Proposal - Continue stmt for PL/pgSQL

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Pavel Stehule <stehule(at)kix(dot)fsv(dot)cvut(dot)cz>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal - Continue stmt for PL/pgSQL
Date: 2005-06-16 16:40:16
Message-ID: 200506160940.16599.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel,

>    Statement CONTINUE isn't in PL/SQL too, I know it, but Oracle PL/SQL
> has statement GOTO. I don't need GOTO statement, but 'continue' can be
> very usefull for me. I have to do some ugly trick now. With little change,
> we can enhance stmt EXIT for behavior continue.

Can you explain a little better what CONTINUE does that's different from EXIT?

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew T. O'Connor 2005-06-16 16:54:39 Re: Autovacuum in the backend
Previous Message Pavel Stehule 2005-06-16 16:32:02 Proposal - Continue stmt for PL/pgSQL