pg_dump, COPY and inheritance

Поиск
Список
Период
Сортировка
От Andrew Lazarus
Тема pg_dump, COPY and inheritance
Дата
Msg-id 803224989.20080609154300@pillette.com
обсуждение исходный текст
Ответы Re: pg_dump, COPY and inheritance  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I was surprised to find out that in my pg_dumpall, inherited tables
(which have no extra columns) come out empty. All of the data are in
the base table. I was doing a dump to upgrade from 8.2 to 8.3, and
this means that I have to split the base table up by hand. (Constraint
exclusion on child tables is very useful in the domain.)

Shouldn't pg_dump do a (not yet implemented)

COPY ONLY basetable TO stdout ?
COPY ONLY childtable TO stdout ?



--
Sincerely,
 Andrew Lazarus                         mailto:andrew@pillette.com
Вложения

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: fitler database list
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump, COPY and inheritance