Re: copy data between database

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: copy data between database
Date: 2005-10-07 09:17:43
Message-ID: di5ef6$2s45$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Never used it, but look at contrib/dblink and better use different
schemas instead of different databases in future -- if you want to
exchange data.

On 07.10.2005 03:55, autogoor(at)yahoo(dot)com wrote:
> Hi, I have a table A in both database d1 and d2. I would like to copy
> data in A in d1 to A in d2. How can I do it? I do not want to copy all
> data, just some part of A,

--
Regards,
Hannes Dorbath

Browse pgsql-general by date

  From Date Subject
Next Message Ilja Golshtein 2005-10-07 09:18:03 SELECT FOR SHARE and FOR UPDATE
Previous Message David Fetter 2005-10-07 09:07:47 Re: Dump all except some tables?