>>Will PQexecParams automatically escape bytea data as it goes in, or must
>>one run it through PQescapeBytea first?
>
> Neither. The data does not need escaping (assuming you pass it as a
> parameter, of course.)
Even binary data? ie. You could upload a binary string straight into
PQexecParams with no octal conversion?
Chris