Re: BUG #5421: pg_attribute broken - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5421: pg_attribute broken
Date
Msg-id 10125.1271272731@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5421: pg_attribute broken  ("cool shower" <coolshower2008@yahoo.co.jp>)
List pgsql-bugs
"cool shower" <coolshower2008@yahoo.co.jp> writes:
> <pg_attribute>
>      attrelid     addname           atttypid    attstattarget   attlen
> attnum
>      45762        santeiflg18_4      0          0               0
> 0 (?)

What do you mean by "0 (?)"?  There shouldn't be any entries in
pg_attribute with attnum zero.  The row looks pretty completely bogus
otherwise, so I wonder if it's something you put in manually in a
misguided effort to fix whatever the real problem is.

As Kevin noted, 8.1.8 is really ancient, so you ought to update to
8.1.something-recent before you spend much more time on this.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: BUG #5421: pg_attribute broken
Next
From: John Regehr
Date:
Subject: Re: BUG #5416: int4inc() is wrong