Re: BUG #2489: Metadata dosen't match tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2489: Metadata dosen't match tables
Дата
Msg-id 234.1150990967@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2489: Metadata dosen't match tables  ("James A Cole" <jacole@acm.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2487: Immutable functions results
Следующее
От: "Nikolay Samokhvalov"
Дата:
Сообщение: BUG #2490: '||' and type casting for user defined types