On Mon, 22 Feb 1999, Michael Davis wrote:
> 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.
Just a quick thought, but how about using syslog? That can be used to post
queries to a remote server, and it can be told to store the "postgres"
stuff to a seperate file on that server.
Just an idea...
--
Peter T Mount peter@retep.org.uk
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
Java PDF Generator: http://www.retep.org.uk/pdf