Re: Logging statement/duration on the same line

From: Baron Schwartz <baron(at)xaprb(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Logging statement/duration on the same line
Date: 2010-02-10 18:42:39
Message-ID: 4cfa0b031002101042m3bb86156n9dd68f1fbb1db09@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks Tom, Depesz,

On Wed, Feb 10, 2010 at 1:15 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> turn off log_statement and instead set
> log_min_duration_statement = 0 to log everything via duration logging.

That does the trick. Time to write more test cases.

Thanks
Baron

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chris 2010-02-10 21:56:36 Re: [PHP] PHP and PostgreSQL boolean data type
Previous Message Jeff Ross 2010-02-10 18:37:12 Re: Memory Usage and OpenBSD