Re: problem with pg_dump - attrdef record(s) missing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with pg_dump - attrdef record(s) missing
Дата
Msg-id 25211.1138592700@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem with pg_dump - attrdef record(s) missing  (richard <richard@sheugh.com>)
Список pgsql-novice
richard <richard@sheugh.com> writes:
> I run a script every week to dump a database to file . This
> message looks interesting:
> pg_dump: WARNING:  2 attrdef record(s) missing for rel pumanew
> pg_dump: invalid column numbering in table "pumanew"

> I am running ver 8.1

If you were defining a bunch of tables concurrently in different
sessions at the time this table was created, you might have gotten
bit by the bug described here:
http://archives.postgresql.org/pgsql-hackers/2006-01/msg00206.php
It's fixed in 8.1.2.

            regards, tom lane

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

Предыдущее
От: richard
Дата:
Сообщение: problem with pg_dump - attrdef record(s) missing
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Charting postgres schemas and table data into Kivio