我按照http://pydanny-event-notes.readthedocs.org/en/latest/DjangoConEurope2012/10-steps-to-better-postgresql-performance.html上的说明进行操作
它说要设定 log_directory = pg_log
ubuntu中的那个目录在哪里?:(
在postgres数据目录下的东西 /var/lib/postgresql/9.3/main/pg_log
select format('%s/%s', current_setting('data_directory'), current_setting('log_directory'));