Re: problem with pg_dump - attrdef record(s) missing - Mailing list pgsql-novice

From Tom Lane
Subject Re: problem with pg_dump - attrdef record(s) missing
Date
Msg-id 25211.1138592700@sss.pgh.pa.us
Whole thread Raw
In response to problem with pg_dump - attrdef record(s) missing  (richard <richard@sheugh.com>)
List 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 by date:

Previous
From: richard
Date:
Subject: problem with pg_dump - attrdef record(s) missing
Next
From: Michael Fuhr
Date:
Subject: Re: Charting postgres schemas and table data into Kivio