Re: copy data between database - Mailing list pgsql-general

From Hannes Dorbath
Subject Re: copy data between database
Date
Msg-id di5ef6$2s45$1@news.hub.org
Whole thread Raw
List 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@yahoo.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

pgsql-general by date:

Previous
From: David Fetter
Date:
Subject: Re: Dump all except some tables?
Next
From: "Ilja Golshtein"
Date:
Subject: SELECT FOR SHARE and FOR UPDATE