Hi. Can anyone tell me how to enable logging of all SQL executed by Postgres (8.3)? Thanks!
Edited (more info) I changed these lines :
log_directory = 'pg_log'
log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log'
log_statement = 'all'
And restart postgres service... But no log was created... I´m using Windows Server 2003
Any idea?