"Gilles" <[EMAIL PROTECTED]> writes: > When I configure in the file postgresql.conf: > log_statement=mod > I don't have the update, delete, insert queries logged like it says in the > documentation : > http://www.postgresql.org/docs/8.1/interactive/runtime-config-logging.html
Did you remember to do "pg_ctl reload" (or kill -HUP the postmaster) after changing the config file? Perhaps you neglected to remove the # comment marker from that line in the file? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend