Logging prepared statements in 8.1? - Mailing list pgsql-general

From Bjørn T Johansen
Subject Logging prepared statements in 8.1?
Date
Msg-id 43840D05.40408@havleik.no
Whole thread Raw
Responses Re: Logging prepared statements in 8.1?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
I am upgrading from 7.4 to 8.1 and there seems to have been a change in how postgresql log prepared
sql statements.. Before I could see the actual statements (i.e. after every parameters had been
changed with real values) but now I see the sql statements before the change (i.e with $1, $2 as
parameters)..

Is there a way to see the actual statements in 8.1?


Regards,

BTJ

--
-----------------------------------------------------------------------------------------------
Bjørn T Johansen

btj@havleik.no
-----------------------------------------------------------------------------------------------
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
-----------------------------------------------------------------------------------------------

pgsql-general by date:

Previous
From: Bjørn T Johansen
Date:
Subject: Logging prepared statements in 8.1?
Next
From: "A.j. Langereis"
Date:
Subject: PREPARE in bash scripts