Re: Help to dump tables in a database and restore in another database

Поиск
Список
Период
Сортировка
От Joshua Tolley
Тема Re: Help to dump tables in a database and restore in another database
Дата
Msg-id 20091018041811.GB10223@eddie
обсуждение исходный текст
Ответ на Help to dump tables in a database and restore in another database  (Intengu Technologies <sindile.bidla@gmail.com>)
Ответы Re: Help to dump tables in a database and restore in another database  (Andreas Kretschmer <akretschmer@spamfence.net>)
Список pgsql-novice
On Fri, Oct 16, 2009 at 09:38:44AM +0200, Intengu Technologies wrote:
> I would like to dump a number of tables from a database and load them
> on another database. How do I accomplish this.

pg_dump makes this easy. Documentation is here:
http://www.postgresql.org/docs/8.4/static/app-pgdump.html

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

Вложения

В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: delete fails with out of memory
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Help to dump tables in a database and restore in another database