Re: Dump all except some tables?

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Dump all except some tables?
Дата
Msg-id 20051006130248.GK4329@webserv.wug-glas.de
обсуждение исходный текст
Ответ на Re: Dump all except some tables?  (WireSpot <wirespot@gmail.com>)
Список pgsql-general
am  06.10.2005, um 15:29:50 +0300 mailte WireSpot folgendes:
> > > The only related option for both pg_dump and pg_restore is --table, which
> > > only takes 1 (one) table name. If only it accepted more than one I could've
> > > found a workaround.
> >
> > You can use the -t more than once.
> >
> > pg_dump -U foobar database -t foo -t foo1
>
> Yes, pg_dump doesn't complain. But it only takes the first one into
> consideration. I only get one table in the dump.

Oops, sorry.


Regards, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

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

Предыдущее
От: WireSpot
Дата:
Сообщение: Re: Dump all except some tables?
Следующее
От: Chris Browne
Дата:
Сообщение: Re: PostgreSQL 8.1 vs. MySQL 5.0?