Re: [PERFORM] logging options...

2008-09-02 Thread Guillaume Lelarge
Jessica Richard a écrit : > for a short test purpose, I would like to see what queries are running > and how long each of them takes.by reconfiguring postgres.conf on > the server level. > > log_statement = 'all' is giving me the query statements.. but I don't > know where I can turn "timing"

[PERFORM] logging options...

2008-09-02 Thread Jessica Richard
for a short test purpose, I would like to see what queries are running and how long each of them takes.by reconfiguring postgres.conf on the server level. log_statement = 'all' is giving me the query statements.. but I don't know where I can turn "timing" on just like what I can run from th