TODO List

Поиск
Список
Период
Сортировка
От Chris Ruprecht
Тема TODO List
Дата
Msg-id 003c01c1112f$97d8fdc0$5dd26383@corp.compucom.com
обсуждение исходный текст
Ответ на Re: pl/pgsql - code review + question  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: TODO List  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: Records exactly the same.
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: multiple lookup per row