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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ralough(at)iee(dot)org
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: problem with pg_dump - attrdef record(s) missing
Date: 2006-01-30 03:45:00
Message-ID: 25211.1138592700@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

richard <richard(at)sheugh(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Fuhr 2006-01-30 04:06:25 Re: Charting postgres schemas and table data into Kivio
Previous Message richard 2006-01-28 09:13:25 problem with pg_dump - attrdef record(s) missing