I'm running into a few problems with postgres connections, specifically notify/listening connections. What program(s) should I attach to the connection using gdb or strace in order to actually get some useful data?
i.e. I'll be using something like "strace -p [pid] [command]", what should I use for [command]?