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

From Jonah H. Harris
Subject Re: Proposal - Continue stmt for PL/pgSQL
Date
Msg-id 42B1CA41.3030100@tvi.edu
Whole thread Raw
In response to Re: Proposal - Continue stmt for PL/pgSQL  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
As a near-daily PL/pgSQL developer, I similarly agree.

-Jonah

Andrew Dunstan wrote:

>
>
> Pavel Stehule wrote:
>
>>
>> What do you think about it? It's broke PL/SQL compatibility, I know, 
>> but via last discussion I have opinion so Oracle compatibility isn't 
>> main objective PL/pgSQL. There is some less/bigger diferencess: 
>> SQLSTATE, EXCEPTION from my last proposal, atd.
>>
>>
>>  
>>
>
> Well, yes, but I don't think we should break compatibility 
> arbitrarilly.  I guess it could be argued that this is a missing 
> feature in PL/SQL and its Ada parent -  implementing GOTO just to 
> handle this case seems  unnecessary.
>
> I agree with Tom that it should only be allowed inside a loop.
>
> cheers
>
> andrew
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings




pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Autovacuum in the backend
Next
From: Pavel Stehule
Date:
Subject: Re: PROPOSAL - User's exception in PL/pgSQL