Re: database replication - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: database replication
Date
Msg-id Pine.LNX.4.33.0209101206520.1392-100000@polluelo.lab.protecne.cl
Whole thread Raw
In response to database replication  (lego lego <legoxx@yahoo.com>)
List pgsql-general
On Tue, 10 Sep 2002, lego lego wrote:

Hello,

> i want to ask if someone have experiance with data
> replication for postgres. I know there is project
> called postgres-r going on but it's still
> unfinnished. But I need much simplier system more
> mysql like. Having one server for insert that
> are propagated to other servers used just for
> selects.

There are some attempts at replication. One is rserv, which is included
in contrib/. It's not very well documented, but it gets the job done if
you look at it very hard. If you want better support or more perfomance,
you can ask the guys at www.pgsql.com, as they sell a commercial
version.

There are others, but this one should be enough.

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
Si no sabes adonde vas, es muy probable que acabes en otra parte.


pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: [JDBC] Selecting Varchar range (through JDBC).
Next
From: Andrew Sullivan
Date:
Subject: Re: database replication