Re: How to copy tables between databases?

From: "Dawid Kuroczko" <qnex42(at)gmail(dot)com>
To: "Kynn Jones" <kynnjo(at)gmail(dot)com>
Cc: "pgsql-general General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to copy tables between databases?
Date: 2008-02-26 20:33:34
Message-ID: 758d5e7f0802261233j56288c6evb784a59ae6c595d7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Feb 26, 2008 at 9:19 PM, Kynn Jones <kynnjo(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brad Nicholson 2008-02-26 20:36:38 Re: How to copy tables between databases?
Previous Message Kynn Jones 2008-02-26 20:19:36 How to copy tables between databases?