Re: How to copy tables between databases? - Mailing list pgsql-general

From Dawid Kuroczko
Subject Re: How to copy tables between databases?
Date
Msg-id 758d5e7f0802261233j56288c6evb784a59ae6c595d7@mail.gmail.com
Whole thread Raw
In response to How to copy tables between databases?  ("Kynn Jones" <kynnjo@gmail.com>)
List pgsql-general
On Tue, Feb 26, 2008 at 9:19 PM, Kynn Jones <kynnjo@gmail.com> wrote:
>
> Is there a simple way to copy a table from one database to another without
> generating an intermediate dump file?

Using UNIX pipes :-)

$ pg_dump ... | psql ...

:-)

   Regards,
       Dawid

pgsql-general by date:

Previous
From: Tom Hart
Date:
Subject: Re: How to copy tables between databases?
Next
From: Richard Huxton
Date:
Subject: Re: utf8 issue