TODO List

From: "Chris Ruprecht" <chrup999(at)yahoo(dot)com>
To: "p-sql" <pgsql-sql(at)postgresql(dot)org>
Subject: TODO List
Date: 2001-07-20 15:21:04
Message-ID: 003c01c1112f$97d8fdc0$5dd26383@corp.compucom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-07-20 15:47:47 Re: multiple lookup per row
Previous Message Josh Berkus 2001-07-20 14:47:31 Re: Records exactly the same.