Thread: Need help. Postgres log for prepared statements.

Need help. Postgres log for prepared statements.

From
"Alagarsamy Manimaran-FDRP63"
Date:

I am running Postgres 8.0. How can I get the parameter values printed in the log for a prepared statement? I am seeing the parameter values shown as $1 $2 etc.

 

 

Thanks

Mani

 

Re: Need help. Postgres log for prepared statements.

From
Tom Lane
Date:
"Alagarsamy Manimaran-FDRP63" <Manimaran.Alagarsamy@motorola.com> writes:
> I am running Postgres 8.0. How can I get the parameter values printed in
> the log for a prepared statement?

Update to 8.2.

            regards, tom lane