Re: clutering/mirroring in Postgresql - Mailing list pgsql-general

From brad
Subject Re: clutering/mirroring in Postgresql
Date
Msg-id 38E50044.B5F2943E@kieser.net
Whole thread Raw
In response to clutering/mirroring in Postgresql  (Ram <rrk@srasys.co.in>)
List pgsql-general
Ram wrote:

> hi,
> is there any way by which we can mirror a pg database? or cluster a pg
> database? i want high availability for the pg database. if one machine
> goes down then the other mirror should take over. is it possible to
> acheive it?
>

I am working on this problem as well.

At the moment we are thing of doing it by using triggers, but there needs
to be a more general solution.
FYI, Ingres does its replication through database procedures! Yes, you
read that correctly!

Perhaps a great interim step would be to write an auto-generator for
triggers that can be run on a database to create the necessary triggers
to set up datbase replication.


>
> thanks in advance,
> Ram


pgsql-general by date:

Previous
From: brad
Date:
Subject: Re: doing backups
Next
From: "K Parker"
Date:
Subject: set timezone to what???