Re: SCROLL CURSOR

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SCROLL CURSOR
Дата
Msg-id 27071.1223326003@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SCROLL CURSOR  (<cyw@dls.net>)
Список pgsql-general
<cyw@dls.net> writes:
> I declare a cursor as below:
>     DECLARE
>             links_cur SCROLL CURSOR IS SELECT * FROM road;
> and get this error:
>     CONTEXT:  invalid type name "SCROLL CURSOR IS SELECT * FROM road"

What PG version?  IIRC plpgsql didn't allow the SCROLL modifier there
before 8.3.

            regards, tom lane

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

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: feature idea
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Re: [Pkg-postgresql-public] Postgres major version support policy on Debian