Has anyone implemented transaction logging in Postgres? Any suggestions on
how to easily implement transaction logging? Storing the log file in a text
file seems best but I am not sure out to open and write to a text file from
a trigger. I would also be nice to post this transaction log against a back
up server.
Thanks, Michael