Re: PQexecParams

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PQexecParams
Date: 2005-03-16 05:36:47
Message-ID: 4237C5EF.3020603@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-16 06:00:21 Re: [pgsql-hackers-win32] snprintf causes regression tests
Previous Message Christopher Kings-Lynne 2005-03-16 05:35:52 Re: PHP stuff