Ok, thanks. will try On Wed, 13 Jun 2018 at 13:25 David G. Johnston <david.g.johns...@gmail.com> wrote:
> On Tuesday, June 12, 2018, Andrew Bartley <ambart...@gmail.com> wrote: > >> On Wed, 13 Jun 2018 at 12:43 Laurenz Albe <laurenz.a...@cybertec.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. > > >