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

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
   (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to