Re: [GENERAL] WAL details

2004-04-27 Thread Bruce Momjian
Simon Windsor wrote: > Hi > > I want to be preserve a log of all SQL actions that change a database, (ie > INSERT, UPDATE, DELETE, CREATE), to provide a full audit trail of the date, > and to allow the recreation of a database at any time. > > I can achieve this wth ORACLE(recover and others) a

[GENERAL] WAL details

2004-04-27 Thread Simon Windsor
Hi I want to be preserve a log of all SQL actions that change a database, (ie INSERT, UPDATE, DELETE, CREATE), to provide a full audit trail of the date, and to allow the recreation of a database at any time. I can achieve this wth ORACLE(recover and others) and MySQL(mysqlbinlog) quite easily