Re: Confused with LABEL and LOOP

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Confused with LABEL and LOOP
Дата
Msg-id 3463.1097595465@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Confused with LABEL and LOOP  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane <tgl@sss.pgh.pa.us> writes:
> "Patrick Fiche" <patrick.fiche@aqsacom.com> writes:
>> I'm a bit confused with the use of Label for loops in PostgreSQL.

> Sure looks like a bug to me.

Ah-hah: it's a case-sensitivity problem.  The <<>> construct downcases
its label identifier, but EXIT forgets to do so.  Spell it as
"EXIT loop1" and you'll be OK.

I'll fix this for 8.0.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Jerry LeVan
Дата:
Сообщение: Re: Message-ID as unique key?
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: Message-ID as unique key?