Re: replication

From: "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>
To: Adam Lang <aalang(at)rutgersinsurance(dot)com>
Cc: PGSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: replication
Date: 2000-09-21 14:18:12
Message-ID: 39CA18A4.80D12421@cs.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adam Lang wrote:
>
> Are there any type of replication features in postgresql 7.0?
>
> I would like it where two databases have the same structure, but say at
> midnight every night Database 1 synchs up database 2.
>
> Granted, I could always write code to do that, but it wouldn't be very
> sophisticated. (If I coded it, would do something like find rows in table
> 1 which aren't in the second database, append them database two, same with
> the second table, etc.)

And you would also have to check which records have been modified and
replicate them.

You are not the first person to ask for this feature and it is on the
TODO list:
http://www.postgresql.org/docs/pgsql/doc/TODO.detail/replication
but it is categorized under "exotic features", so I don't know when
we'll see it implemented :(

But I think www.psql.com are working on replication right now.

Poul L. Christiansen

>
> Adam Lang
> Systems Engineer
> Rutgers Casualty Insurance Company

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Edward Q. Bridges 2000-09-21 14:54:52 Re: Re: Large Objects
Previous Message mikeo 2000-09-21 13:41:39 Re: Public Database of zip code information