Re: PQexecParams and PQexecPreparaed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Garcia, Joshua" <Joshua(dot)Garcia(at)xerox(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: PQexecParams and PQexecPreparaed
Date: 2006-07-14 19:15:51
Message-ID: 4232.1152904551@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Garcia, Joshua" <Joshua(dot)Garcia(at)xerox(dot)com> writes:
> Is there a way to retrieve the constructed command string that
> PQexecParams or PQexecPrepared creates?

No, because they don't construct one. Pretty much the entire point
is that the data is kept rigidly separate from the query text...

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Patrick Ng 2006-07-17 09:28:36 RE : How do I compile/test a PL/SQL in Postgresql
Previous Message Garcia, Joshua 2006-07-14 18:56:06 PQexecParams and PQexecPreparaed