Re: [GENERAL] Logging in postgresql.conf - no SQL statements are logged

2006-11-10 Thread A. Kretschmer
am Fri, dem 10.11.2006, um 10:48:12 +0100 mailte Nico Grubert folgendes: > Dear list members, > > I would like to enable logging and write every SQL command that is > executed in a logfile so I modified the "postgresql.conf" file in order > ... > Did I miss something? Yes, change this line: #

[GENERAL] Logging in postgresql.conf - no SQL statements are logged

2006-11-10 Thread Nico Grubert
Dear list members, I would like to enable logging and write every SQL command that is executed in a logfile so I modified the "postgresql.conf" file in order to log everything. I restarted the Postgres SQL server. Unfortunately, no SQL statements are logged in the logfile. Here is a snippet