"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