Re: ERROR: Index pg_toast_8443892_index is not a btree

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: Index pg_toast_8443892_index is not a btree
Дата
Msg-id 18836.1070903596@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ERROR: Index pg_toast_8443892_index is not a btree  (strk <strk@keybit.net>)
Ответы Re: ERROR: Index pg_toast_8443892_index is not a btree  (strk <strk@keybit.net>)
Список pgsql-hackers
strk <strk@keybit.net> writes:
> gis=# reindex table pg_toast_8443892; -- this was an assuption I made
> ERROR:  Relation "pg_toast_8443892" does not exist

If it's 7.3 or later you need to say

reindex table pg_toast.pg_toast_8443892;
        regards, tom lane


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: ERROR: Index pg_toast_8443892_index is not a btree
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CVS HEAD compile failure