Обсуждение: PQexecParams and PQexecPreparaed

Поиск
Список
Период
Сортировка

PQexecParams and PQexecPreparaed

От
"Garcia, Joshua"
Дата:

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

 

Thanks,

Josh

Re: PQexecParams and PQexecPreparaed

От
Tom Lane
Дата:
"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