TODO List - Mailing list pgsql-sql

From Chris Ruprecht
Subject TODO List
Date
Msg-id 003c01c1112f$97d8fdc0$5dd26383@corp.compucom.com
Whole thread Raw
In response to Re: pl/pgsql - code review + question  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: TODO List  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-sql
Bruce,

while you're at TO-DO list additions:

I'd like to have a construct like:

loop   if <condition> 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 together. There
doesn't seem to be functionality for that right now.

Best regards,
Chris

----- Original Message -----
From: "Bruce Momjian" <pgman@candle.pha.pa.us>
[...]

>
> Both LIMIT and OFFSET seem to have that restriction.  I will add this to
> the TODO list.
>



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: Records exactly the same.
Next
From: "Josh Berkus"
Date:
Subject: Re: multiple lookup per row