5.3 Debugging PostgreSQL
(Construction)You can configure a separate log file postgres.log / postgres.err with PostgreSQL at startup. e.g. Or like this: su - postgres -c "$POSTGRES -D $PGDATA -l /var/log/postgres start"
There must be some configuration key(s) you could increase the debug level e.g. in postgresql.conf (?). Might be helpful: >I've run postmaster with the highest >> possible debug level but the SQL statements are not being logged yet You need to turn on log_statement ... regards, tom lane Further Debugging Links
|
copyright by reto - created with mytexi
$Id: debugging.html,v 1.36 2007/03/07 08:41:03 webcms Exp $