Hi all! I need a logging utility for postgresql server. The log server (and the file) shall be on not the same machine like postgresql server, so the last good database impresson will be exists if the master issue destroyd. Thats needed a logging facility in postgres server, who send all off write actions to the log server, and needed a log server, who handles transactions, and can receive all info from postgres servers. I tried this write with triggers, but i can't create trigger to begin and commit. And of course that try needed a log server who can work with transactions like postgres. So can anybody log to outside the database? -- nek;( ************