Re: Edge case problem with pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Edge case problem with pg_dump
Дата
Msg-id 24049.1022077731@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Edge case problem with pg_dump  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Ответы Re: Edge case problem with pg_dump  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Список pgsql-hackers
"D'Arcy J.M. Cain" <darcy@druid.net> writes:
> There seems to be a pg_dump issue with inherited tables when columns
> are added to the parent table after creating the child table.

It's always been there --- ever tried dumping and reloading the
regression database?

Right now the only safe way to dump such a database is to use the
inserts-with-explicit-column-names option.  Someone was working on
extending COPY to allow a column name list, and as soon as that gets
done I intend to change pg_dump to specify a column name list in
COPY commands.  That should fix this problem.
        regards, tom lane


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

Предыдущее
От: Trond Eivind Glomsrød
Дата:
Сообщение: Re: Redhat 7.3 time manipulation bug
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: [SQL] Bug with Daylight Savings Time & Interval