FW: Merging databases

From: "Oleg Lebedev" <oleg(dot)lebedev(at)waterford(dot)org>
To: <pgsql-general(at)postgresql(dot)org>
Subject: FW: Merging databases
Date: 2002-08-21 22:07:29
Message-ID: 993DBE5B4D02194382EC8DF8554A5273016D35@postoffice.waterford.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I wonder what would be a good way to merge data from two databases with
same desing and schemas.
We have two Postgres databases in two different countries. I would like
to synch these databases on a daily basis. All the tables in our
databases have primary keys defined and contain row version numbers,
which would help us identify how to merge rows with the same primary key
values. What would be an optimal or a typical way to do this? Can I
access a remote database running Postgres 7.2.1?
thanks.

Oleg

Responses

Browse pgsql-general by date

  From Date Subject
Next Message rdkurth 2002-08-21 22:15:59 Can't get postgresql to work
Previous Message Bruce Momjian 2002-08-21 21:11:59 Re: password security