> > I need a logging utility for postgresql server. > This will (probably) be addressed in WAL (write-ahead logging(?)), due to > appear eventually but, as we found out the other day, not so soon :( . Can i write any log anywhere? My first goal was to duplicate the database, for more safety. There are many another way, to do this. But I expected more info from the log. I need an userid to all of the database events. I have some users who more likely use psql, so it's futile to write this in my client. Probaly where enough to log usesysid, tid, and query string for each statement. is this possible? best regards -- nek;( ************