"Peter T. Breuer" <[EMAIL PROTECTED]> writes:
> But can I prepare a DECLARE x BINARY CURSOR FOR SELECT ...  statement?
> The manual seems to say no.

No, you just prepare the SELECT.  At the protocol level, DECLARE CURSOR
is a tad useless.  You can still fetch the data in binary if you want...

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to