precht"
<[EMAIL PROTECTED]>
Cc: "p-sql" <[EMAIL PROTECTED]>
Sent: Friday, July 20, 2001 3:42 PM
Subject: Re: [SQL] TODO List
> Bruce, Chris,
>
> A lot of us would like a fuller PL/SQL implementation in PL/pgSQL.
> However, Jan is busy with other thin
Bruce, Chris,
A lot of us would like a fuller PL/SQL implementation in PL/pgSQL.
However, Jan is busy with other things and I don't see anyone stepping
up to the plate to take on the project.
-Josh
__AGLIO DATABASE SOLUTIONS___
> Bruce,
>
> while you're at TO-DO list additions:
>
> I'd like to have a construct like:
>
> loop
> if then
> next [loop];
> end if;
> [more statements]
> end loop;
>
> I want to be able to skip to the next iteration of the loop, if a certain
> condition is met but I do not
Bruce,
while you're at TO-DO list additions:
I'd like to have a construct like:
loop
if then
next [loop];
end if;
[more statements]
end loop;
I want to be able to skip to the next iteration of the loop, if a certain
condition is met but I do not want to exit the loop all tog