Re: Proposition fetch cursors

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Proposition fetch cursors
Дата
Msg-id 4DF758EC.1010607@postnewspapers.com.au
обсуждение исходный текст
Ответ на Proposition fetch cursors  (Radosław Smogura <rsmogura@softperience.eu>)
Ответы Re: Proposition fetch cursors  (Radosław Smogura <rsmogura@softperience.eu>)
Список pgsql-general
On 06/14/2011 04:30 PM, Radosław Smogura wrote:
> Hello,
>
> I have proposition about one missing feature for cursors. Actually there
> is no support for fetching some data from cursor without moving it (in
> context of external applications). This could be nice if driver could
> fetch e.g. 100 rows, buffer it internally and then move cursor at
> desired position in order to update data. I think this is known approach
> in databases.

Interesting.

Do you want this only for scrollable cursors? Or do you want/need to be
able to "peek" ahead into the results of a non-scrollable cursor too?

What's your use case?

--
Craig Ringer

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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: duplicate key violate error
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: how to install plpython?