Re: Using postgres.log file for replication - Mailing list pgsql-general

From Csaba Nagy
Subject Re: Using postgres.log file for replication
Date
Msg-id 1227806691.16671.63.camel@PCD12478
Whole thread Raw
In response to Using postgres.log file for replication  (Ioana Danes <ioanasoftware@yahoo.ca>)
Responses Re: Using postgres.log file for replication  (Ioana Danes <ioanasoftware@yahoo.ca>)
List pgsql-general
On Thu, 2008-11-27 at 09:20 -0800, Ioana Danes wrote:
> I've been wondering if anybody tried to use the postgresql csv log file to replicate sql statements.
> I've been looking into it in the past days and after a brief testing it doesn't look bad at all...

Try to execute something like:

UPDATE some_table SET some_timestamp_field = now();

The replica is now different than the master :-)

Cheers,
Csaba.



pgsql-general by date:

Previous
From: Ioana Danes
Date:
Subject: Using postgres.log file for replication
Next
From: Ioana Danes
Date:
Subject: Re: Using postgres.log file for replication