Re: Copying table to another database. - Mailing list pgsql-general

From Tycho Fruru
Subject Re: Copying table to another database.
Date
Msg-id 1032255703.26629.8.camel@kungfoo.conostix.com
Whole thread Raw
In response to Copying table to another database.  (Wim <wdh@belbone.be>)
List pgsql-general
On Tue, 2002-09-17 at 11:32, Wim wrote:
> Hello,
>
>
> Anyone knows how to copy a table to another database?

perhaps pg_dump the table and then restore it in another database (you
could pipe the output of pg_dump to the input of a psql so you don't
have to store the dump anywhere.

Good luck,
Tycho

--
Tycho Fruru                            tycho@fruru.com
"Prediction is extremely difficult. Especially about the future."
  - Niels Bohr

Attachment

pgsql-general by date:

Previous
From: Wim
Date:
Subject: Copying table to another database.
Next
From: "Nigel J. Andrews"
Date:
Subject: Re: Copying table to another database.