Re: [SQL] TODO List

2001-07-20 Thread Chris Ruprecht
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

Re: [SQL] TODO List

2001-07-20 Thread Josh Berkus
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___

Re: [SQL] TODO List

2001-07-20 Thread Bruce Momjian
> 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

[SQL] TODO List

2001-07-20 Thread Chris Ruprecht
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