Re: dumping strategy

Поиск
Список
Период
Сортировка
От newsreader@mediaone.net
Тема Re: dumping strategy
Дата
Msg-id 20010530151939.A12164@dragon.universe
обсуждение исходный текст
Ответ на Re: dumping strategy  ("Mitch Vincent" <mvincent@cablespeed.com>)
Список pgsql-general
On Wed, May 30, 2001 at 02:59:16PM -0400, Mitch Vincent wrote:
> Why wouldn't pg_dump work? You can do pg_dump -t <tablename> <databasename>
> to dump just a single table.... If pg_dump fails for some reason, I'd say
> the developers would like to know as I'm sure it's not supposed to :-)
>
> Good luck!
>
> -Mitch
> >

Sorry for the confusion.

pg_dump works but I have to write
a shell script to dump each individual tables.

What I meant by it does not work is like this

pg_dump -t table1 table2 table3 database |bzip2 > database.du

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

Предыдущее
От: "Mitch Vincent"
Дата:
Сообщение: Re: dumping strategy
Следующее
От: "Tim Barnard"
Дата:
Сообщение: Re: [SQL] Difficult SQL Statement