replication

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: "PGSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: replication
Date: 2000-09-21 12:52:53
Message-ID: 001d01c023ca$e37d9cc0$330a0a0a@Adam
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.)

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karel Zak 2000-09-21 13:14:49 Re: replication
Previous Message Alessio Bragadini 2000-09-21 12:20:39 Re: Re: Large Objects