Re: Options for protocol level cursors

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Options for protocol level cursors
Дата
Msg-id 15533.1213311559@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Options for protocol level cursors  (James William Pye <pgsql@jwp.name>)
Ответы Re: Options for protocol level cursors
Список pgsql-hackers
James William Pye <pgsql@jwp.name> writes:
> On Jun 12, 2008, at 10:08 AM, Tom Lane wrote:
>> James William Pye <pgsql@jwp.name> writes:
>>> Is there anyway to bind a cursor with SCROLL and WITH HOLD at the
>>> protocol level?
>> 
>> No, and for at least the first of those I don't see the point,
>> since the protocol doesn't offer any behavior other than forward
>> fetch.

> That protocol level inability doesn't keep you from using MOVE on  
> cursor's name.

Sure, but if you're willing to use a SQL-level operation on the portal
then you could perfectly well declare the cursor at SQL level too.
        regards, tom lane


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

Предыдущее
От: Decibel!
Дата:
Сообщение: Re: Overhauling GUCS
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: b64_encode and decode