Re: Logging

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Andrew Bartley <ambartley(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Logging
Date: 2018-06-13 03:25:55
Message-ID: CAKFQuwYFMPEvJwvjKAo-QFbu_cUTVN7aX6bkp345RT4zRnZq_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday, June 12, 2018, Andrew Bartley <ambartley(at)gmail(dot)com> wrote:

>
>
> On Wed, 13 Jun 2018 at 12:43 Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
> wrote:
>
>>
>> log_min_duration_statement = 0
>>
> [...]

>
> log_min_duration_statement -1
>

You've disabled statement logging altogether. The zero value you were
directed to use is what causes everything to be logged.

David J.

In response to

  • Re: Logging at 2018-06-13 03:03:54 from Andrew Bartley

Responses

  • Re: Logging at 2018-06-13 03:28:59 from Andrew Bartley
  • Re: Logging at 2018-06-13 04:12:51 from Adrian Klaver

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Bartley 2018-06-13 03:28:59 Re: Logging
Previous Message a 2018-06-13 03:08:33 How can I retrieve double or int data type for libpq