Re: how to copy table to another database? - Mailing list pgsql-sql

From scott.marlowe
Subject Re: how to copy table to another database?
Date
Msg-id Pine.LNX.4.33.0307181457570.2787-100000@css120.ihs.com
Whole thread Raw
In response to how to copy table to another database?  ("Yudie" <yudie@axiontech.com>)
List pgsql-sql
On Fri, 18 Jul 2003, Yudie wrote:

> Hi,
> Anyone know how the procedure or commands to copy table to another database.
> or querying from another database if possible?

If you want to copy a table from one db to another, you can use this:

pg_dump dbname -t tablename |psql dbname -e

If you want cross database queries, look in the /contrib/dblink dir in the 
tarball of postgresql



pgsql-sql by date:

Previous
From: Dmitry Tkach
Date:
Subject: Re: how to copy table to another database?
Next
From: Mike Rylander
Date:
Subject: casting to arrays