Re: PQexecParams with binary resultFormat vs BINARY CURSOR - Mailing list pgsql-general

From Mateusz Łoskot
Subject Re: PQexecParams with binary resultFormat vs BINARY CURSOR
Date
Msg-id CABUeae9g8trtqj+XYze2ZPOOn0+EMvwSFBw5wKfaT7c0Jmjrow@mail.gmail.com
Whole thread Raw
In response to Re: PQexecParams with binary resultFormat vs BINARY CURSOR  (Dmitriy Igrishin <dmitigr@gmail.com>)
List pgsql-general
2011/11/11 Dmitriy Igrishin <dmitigr@gmail.com>:
> 2011/11/11 Mateusz Łoskot <mateusz@loskot.net>
>>
>> Does it mean the protocol automagically switches between text/binary
>> depending on
>> format code (0|1) specified to PQexecParams and friends?
>
> The Bind(F) message contains array with
> the parameter format codes. So, yes, all you need
> is to pass array with format codes to ::PQexecParams
> and libpq will let it go.

Dmitriy,

This is the answer I was looking for. Thanks!

I'm glad I don't have to fiddle with cursors directly.

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net

pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: Re: VACUUM touching file but not updating relation
Next
From: Bborie Park
Date:
Subject: Determine a function's volatility in C