Re: pgsql crollable cursor doesn't support one form of postgresql's cursors

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql crollable cursor doesn't support one form of postgresql's cursors
Дата
Msg-id 17059.1177046128@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql crollable cursor doesn't support one form of postgresql's cursors  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Ответы Re: pgsql crollable cursor doesn't support one form of postgresql's cu  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Список pgsql-hackers
"Pavel Stehule" <pavel.stehule@hotmail.com> writes:
> I found one unsupported form plpgsql's fetch statement which is  supported 
> by postgresql.

> PostgreSQL knows
> FETCH 3 FROM ....

> but plpgsql needs everytime direction's keyword.

No, I think that's OK, because that form specifies fetching 3 rows,
which plpgsql's FETCH doesn't support.
        regards, tom lane


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Allowing COPY into views
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: pgsql crollable cursor doesn't support one form of postgresql's cu