Re: could not open relation - why?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: could not open relation - why?
Дата
Msg-id 19590.1154954769@sss.pgh.pa.us
обсуждение исходный текст
Ответ на could not open relation - why?  ("Harald Armin Massa" <haraldarminmassa@gmail.com>)
Ответы Re: could not open relation - why?  ("Harald Armin Massa" <haraldarminmassa@gmail.com>)
Список pgsql-general
"Harald Armin Massa" <haraldarminmassa@gmail.com> writes:
> within my log there is the following snippet:

> 2006-08-07 13:20:27 LOG:  autovacuum: processing database "template1"
> 2006-08-07 13:20:47 ERROR:  could not open relation with OID 311438
> 2006-08-07 13:21:52 LOG:  autovacuum: processing database "postgres"

The easiest explanation is that someone dropped a table just as
autovacuum was trying to open it.  The above trace suggests that
you're actively changing template1, which is probably not good
practice ...

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Harald Armin Massa"
Дата:
Сообщение: could not open relation - why?
Следующее
От: Thor Tall
Дата:
Сообщение: psql internal variables