pg_dump more than one table in one command?

Поиск
Список
Период
Сортировка
От Emi Lu
Тема pg_dump more than one table in one command?
Дата
Msg-id 48EA7CFA.3060609@encs.concordia.ca
обсуждение исходный текст
Ответы Re: pg_dump more than one table in one command?
Список pgsql-sql
Good morning,

Under postgreSQL 8.0, could someone tell me how to pg_dump more than one 
tables at the same time please?

I tried to do something like:

pg_dump -h machineName -U username --inserts --column-inserts 
--file=dump.sql --table=t1 t2 ... ...tN -d databaseName ;

Thanks a lot!


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

Предыдущее
От: Louis-David Mitterrand
Дата:
Сообщение: Re: many-to-many relationship
Следующее
От: "Harold A. Giménez Ch."
Дата:
Сообщение: Re: pg_dump more than one table in one command?