Re: how to copy table to another database?

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: how to copy table to another database?
Дата
Msg-id Pine.LNX.4.33.0307181457570.2787-100000@css120.ihs.com
обсуждение исходный текст
Ответ на how to copy table to another database?  ("Yudie" <yudie@axiontech.com>)
Список 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 по дате отправления:

Предыдущее
От: Dmitry Tkach
Дата:
Сообщение: Re: how to copy table to another database?
Следующее
От: Mike Rylander
Дата:
Сообщение: casting to arrays