Re: Statement logging

From: "hubert depesz lubaczewski" <depesz(at)gmail(dot)com>
To: "Hannes Dorbath" <light(at)theendofthetunnel(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Statement logging
Date: 2007-03-14 09:10:02
Message-ID: 9e4684ce0703140210x6ab65358i2495e85c9b7c48be@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/14/07, Hannes Dorbath <light(at)theendofthetunnel(dot)de> wrote:
> Is there any way to enable statement logging at runtime without a restart?
> If not I think that would be a nice feature, as one sometimes need to
> debug applications that are already in production..

change log_min_duration_statement and do pg_ctl reload
works without restart.

depesz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hannes Dorbath 2007-03-14 09:15:20 Re: Statement logging
Previous Message A. Kretschmer 2007-03-14 09:09:54 Re: Statement logging