Postgres - Vacuum error: No such file or directory

Поиск
Список
Период
Сортировка
От Melanie Diedericks
Тема Postgres - Vacuum error: No such file or directory
Дата
Msg-id 200605121137.35284.melanie.diedericks@ucs-software.co.za
обсуждение исходный текст
Список pgsql-general
Hi,
I got the following error on doing a vacuumdb :
NOTICE: RelationBuildDesc: can't open obo_switching_sql: No such file or
directory ERROR: _mdfd_getrelnfd: cannot open relation obo_switching_sql: No
such file or directory

I can do a \d on the table, but can't select (same error as above). I tried
the following without success (truncate,drop,create)
pri2230=# truncate table obo_switching_sql;
NOTICE: RelationBuildDesc: can't open obo_switching_sql: No such file or
directory
ERROR: cannot open obo_switching_sql: No such file or directory
pri2230=# drop table obo_switching_sql;
ERROR: cannot open obo_switching_sql: No such file or directory
pri2230=# \i obo_switching_sql.dmp
You are now connected as new user postgres.
psqlbo_switching_sql.dmp:20: ERROR: Relation 'obo_switching_sql' already
exists

What to do, what to do???
Any advise?
Mel

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

Предыдущее
От: "Houssais Hugues"
Дата:
Сообщение: Concatenate WAL contents
Следующее
От: Perez
Дата:
Сообщение: trigger TOASTing quicker?