Re: How to copy tables between databases?

Поиск
Список
Период
Сортировка
От Dawid Kuroczko
Тема Re: How to copy tables between databases?
Дата
Msg-id 758d5e7f0802261233j56288c6evb784a59ae6c595d7@mail.gmail.com
обсуждение исходный текст
Ответ на How to copy tables between databases?  ("Kynn Jones" <kynnjo@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Hart
Дата:
Сообщение: Re: How to copy tables between databases?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: utf8 issue