Re: Statement logging

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Statement logging
Date: 2007-03-14 09:44:07
Message-ID: 20070314094407.GD615@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am Wed, dem 14.03.2007, um 10:10:02 +0100 mailte hubert depesz lubaczewski folgendes:
> 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.

Not necessary, you can set it via session without reload or restart.

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jorge Godoy 2007-03-14 11:13:36 Multiple TRIGGERs and OLD versus NEW "records"
Previous Message Hannes Dorbath 2007-03-14 09:15:20 Re: Statement logging