Re: [GENERAL] Logging all queries (almost there)

2004-01-28 Thread MaRCeLO PeReiRA
Hi All, I have set [log_statement=true] in the postgresql.conf file and now I have all the statements logged. But, there is a problem: Once I have more than one database, I had to know in which database a statement was executed on. The log file is full of: "select * from stuff", but as I have mo

Re: [GENERAL] Logging all queries

2004-01-28 Thread MaRCeLO PeReiRA
Hi Franco, If I set 'log_statement=true', will *all* the queries sent to the backend be logged??? In which table will it be used to do this log?? Regards, Marcelo --- Franco Bruno Borghesi <[EMAIL PROTECTED]> escreveu: > you can set the log_statement parameter to true in > the configuration >