Re: Data merging problem

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Data merging problem
Date: 2009-06-17 07:17:02
Message-ID: 4A38986E.8030601@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

subodh chaudhari wrote:
> Hi ,
> I am working on project which include merging of two databases within
> postgresql on Linux. I have searched for s/w but didnt get any
> useful. So if any one having any information about such s/w please
> help me out. This s/w should have GPL. (Opensource s/w). I want to
> sync two database i.e. the s/w should merge the databses insuch a way
> that they sholud have same tables and also same records in table. It
> should generate script using which I can sync two databases.

and how should this free program it handle little things like constraint
violations caused by duplicate primary keys, and so forth?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message A B 2009-06-17 08:00:20 Re: Dynamic table
Previous Message subodh chaudhari 2009-06-17 07:05:39 Data merging problem