Re: PQexecParams and PQexecPreparaed - Mailing list pgsql-novice

From Tom Lane
Subject Re: PQexecParams and PQexecPreparaed
Date
Msg-id 4232.1152904551@sss.pgh.pa.us
Whole thread Raw
In response to PQexecParams and PQexecPreparaed  ("Garcia, Joshua" <Joshua.Garcia@xerox.com>)
List pgsql-novice
"Garcia, Joshua" <Joshua.Garcia@xerox.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

pgsql-novice by date:

Previous
From: "Garcia, Joshua"
Date:
Subject: PQexecParams and PQexecPreparaed
Next
From: "Patrick Ng"
Date:
Subject: RE : How do I compile/test a PL/SQL in Postgresql