Re: Options for protocol level cursors

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Options for protocol level cursors
Дата
Msg-id Pine.BSO.4.64.0806131939240.32466@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Options for protocol level cursors  (James William Pye <pgsql@jwp.name>)
Ответы Re: Options for protocol level cursors
Список pgsql-hackers

On Fri, 13 Jun 2008, James William Pye wrote:

> My thoughts for creating a HOLD and/or SCROLL cursor on Bind would be to 
> add YA GUC stating the cursor options for Bind cursors. Something along 
> the lines of "default_bind_options=HOLD,SCROLL".
>
> 2. I'm the only one asking/looking for it. (I'm so lonely ;)
>


The JDBC driver would also like this ability, but a GUC is a pretty ugly 
hack.  Also, since you still have to go to the SQL level to issue the MOVE 
or FETCH BACKWARD, you're still not all the way there to a full protocol 
solution.

Kris Jurka



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: TODO Item: Allow pg_hba.conf to specify host names along with IP addresses
Следующее
От: James William Pye
Дата:
Сообщение: Re: Options for protocol level cursors