Re: replication

From: Bruce Guenter <bruceg(at)em(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: replication
Date: 2000-09-22 15:31:02
Message-ID: 20000922093102.A1715@em.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Sep 22, 2000 at 09:58:24AM +0200, Elmar Haneke wrote:
> Adam Lang wrote:
> > Are there any type of replication features in postgresql 7.0?

I've been thinking that one way to emulate replication would be to run a
pgsql "shim" that would redirect queries to two back-ends
simultaneously, creating transactions for update commands, and aborting
when necessary. The shim would be a long-running gateway process, that
could check for data consistency when it started up. This is all off
the top of my head, so is this at all a reasonable idea?

I am running into a similar situation, where I want to set up two live
redundant sites, where nightly updates aren't an option.
--
Bruce Guenter <bruceg(at)em(dot)ca> http://em.ca/~bruceg/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-09-22 16:03:13 Re: replication
Previous Message Charles Sigler 2000-09-22 15:24:26 Why does IE5 give me a "No suitable driver" error?