Thread: PQexecParams and PQexecPreparaed

PQexecParams and PQexecPreparaed

From
"Garcia, Joshua"
Date:

Is there a way to retrieve the constructed command string that PQexecParams or PQexecPrepared creates?

 

Thanks,

Josh

Re: PQexecParams and PQexecPreparaed

From
Tom Lane
Date:
"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