Re: db partial dumping with pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: db partial dumping with pg_dump
Дата
Msg-id 4502.1029298753@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: db partial dumping with pg_dump  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: db partial dumping with pg_dump
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> Tell you what I'd kill for:
> pg_dump -t users_\* db > users.sql

Yeah, I was just about to start working on pg_dump's -t switch.
It absolutely *must* be made schema-aware for 7.3 (-t schema.table
doesn't work today) and it seems like we might as well try to allow
wildcard support.  Another thought I had was to accept multiple -t
switches, eg "pg_dump -t foo -t bar -t schema.baz*" to dump all tables
matching any of the patterns.
        regards, tom lane


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Open 7.3 items
Следующее
От: Curt Sampson
Дата:
Сообщение: Re: OOP real life example (was Re: Why is MySQL more