Re: Logging of sql statements? - Mailing list pgsql-general

From Bjørn T Johansen
Subject Re: Logging of sql statements?
Date
Msg-id 20060323170952.7e398506@pennywise.havleik.no
Whole thread Raw
In response to Re: Logging of sql statements?  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Responses Re: Logging of sql statements?  (Scott Marlowe <smarlowe@g2switchworks.com>)
Re: Logging of sql statements?  (Andreas Kretschmer <akretschmer@spamfence.net>)
List pgsql-general
On Thu, 23 Mar 2006 14:25:52 +0100
"A. Kretschmer" <andreas.kretschmer@schollglas.com> wrote:

> am  23.03.2006, um 14:07:11 +0100 mailte Bjørn T Johansen folgendes:
> > Is it possible to log the actual statement that the server runs? At the moment, the statement that is
> > logged, is logged using ? for parameters; I would like to log the statement after the parameters have been
> > substituted, isn't this possible in 8.1.x? (used to work in 7.x.x)
>
> Yes, this is possible.
>
> Set in your postgresql.conf:
>
> log_statement = all
>
> Since 8.0 oder 8.1, there you can see parameters in prepared statements.
>
>
>
> HTH, Andreas


This is what I am already using and it doesn't work...


BTJ

pgsql-general by date:

Previous
From: JP Glutting
Date:
Subject: Re: ERROR: could not convert UTF8 character to ISO8859-1
Next
From: Scott Marlowe
Date:
Subject: Re: Logging of sql statements?