On Tue, Sep 22, 2009 at 3:55 PM, Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com> wrote:
> Sometimes, your current postgresql.conf might not be in sync with server
> settings, for various reasons. I'd suggest looking at the output of:
>
> select name, setting, source from pg_settings where name like E'log\\_%';
Or
psql dbname
show log_statement;