Re: BUG #2489: Metadata dosen't match tables - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2489: Metadata dosen't match tables
Date
Msg-id 234.1150990967@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2489: Metadata dosen't match tables  ("James A Cole" <jacole@acm.org>)
List pgsql-bugs
"James A Cole" <jacole@acm.org> writes:
> mkeB_reports=# \d arrivals
> Did not find any relation named "arrivals".

> mkeB_reports=# select * from arrivals where ontime>'2006-6-21';
> [ works ]

Looks like XID wraparound in the system catalogs.  You can probably get
out of it with a database-wide VACUUM, but there is some risk that
you've lost data.  Please read the administrator's guide part of the
manual concerning routine vacuuming requirements.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2487: Immutable functions results
Next
From: "Nikolay Samokhvalov"
Date:
Subject: BUG #2490: '||' and type casting for user defined types