Re: How to merge 3 databases in one database quickly - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: How to merge 3 databases in one database quickly
Date
Msg-id 20030607191115.GN3124@dcc.uchile.cl
Whole thread Raw
In response to How to merge 3 databases in one database quickly  (Nagib Abi Fadel <nagib_postgres@yahoo.com>)
List pgsql-general
On Wed, Jun 04, 2003 at 12:52:00AM -0700, Nagib Abi Fadel wrote:
> I'm trying to merge 3 databases in one database using pg_dump.

> What i want to know is : IS THERE ANY OTHER WAY TO MERGE THE 3
> DATABASES QUICKLY WITHOUT GETTTING ERRORS ???

I think you can create a dump using -Fc or -Ft and then restore with
pg_restore using -d to specify on what database to restore.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Granting software the freedom to evolve guarantees only different results,
not better ones." (Zygo Blaxell)

pgsql-general by date:

Previous
From: Ian Barwick
Date:
Subject: Re: update phenomenom
Next
From: "Henrik Steffen"
Date:
Subject: Re: update phenomenom