Options for protocol level cursors - Mailing list pgsql-hackers

From James William Pye
Subject Options for protocol level cursors
Date
Msg-id D977A8E5-06B6-4022-B99B-6B573796C715@jwp.name
Whole thread Raw
Responses Re: Options for protocol level cursors  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Is there anyway to bind a cursor with SCROLL and WITH HOLD at the  
protocol level?
Or perhaps configuring it so after binding it?

I know you can use DECLARE, but I believe that this inhibits the  
driver from being
able to select the transfer format for individual columns; it's all  
binary or it's all
text. Also, I don't think I can DECLARE against a prepared statement,  
save restating
the query, no?


pgsql-hackers by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: Overhauling GUCS
Next
From: Tom Lane
Date:
Subject: Re: Overhauling GUCS