Re: Mirroring databases in v8 - Mailing list pgsql-general

From Glen Eustace
Subject Re: Mirroring databases in v8
Date
Msg-id 1097094417.28813.60.camel@it026591.massey.ac.nz
Whole thread Raw
In response to Re: Mirroring databases in v8  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Thu, 2004-10-07 at 03:06, Tom Lane wrote:
> Not sure if you are familiar with the Slony project, but that is
> probably your best bet for data propagation to a live slave at present

Hi Tom,

Thanks for the comment.  I was aware of Slony but didn't want the
mirroring to require addition of triggers etc. if it could be avoided.

I had come across a system in Ingres, and I know Ingres isn't PostgreSQL
but it was still a cool idea.

The logging system in Ingres produces journal files which are then
available for roll-forward recovery, but there is a tool called dbaudit
( I think ) which allows one to determine what the changes where.  From
this info, ordinary SQL can be generated that one can then use to do
other things. In this case the data was used to generate a who changed
what when report that was feed back into the database into an audit
table.


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Help on copy function
Next
From: Michael Fuhr
Date:
Subject: Re: postgres.h location?