Re: [GENERAL] debug levels in server

2005-04-21 Thread Tom Lane
"David Parker" <[EMAIL PROTECTED]> writes: > I'm trying to track down a hang in a slony "lock set" command, which > creates triggers on a set of tables. I assume that it's getting blocked > by a lock on a table somewhere, and I'd like to print out all the > "create trigger" statements in the postgr

[GENERAL] debug levels in server

2005-04-21 Thread David Parker
I'm trying to track down a hang in a slony "lock set" command, which creates triggers on a set of tables. I assume that it's getting blocked by a lock on a table somewhere, and I'd like to print out all the "create trigger" statements in the postgres log.   I have log_min_messages = DEBUG5,