Re: Vectors in Pl/PgSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vectors in Pl/PgSQL
Дата
Msg-id 28446.1040611160@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Vectors in Pl/PgSQL  (Oleg Lebedev <oleg.lebedev@waterford.org>)
Список pgsql-general
Oleg Lebedev <oleg.lebedev@waterford.org> writes:
>     EXIT WHEN rec.indkey[i] IS NULL;

You'll need to drop out of the loop on either zero or null, I think.

>     RAISE NOTICE ''uind col: %'', rec.indkey[i];

IIRC, the RAISE statement is very very restrictive about what it will
take.  The syntax error is probably coming from here.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PerformPortalClose warning in 7.3
Следующее
От: "Billy G. Allie"
Дата:
Сообщение: Re: {GENERAL]