Re: index problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: index problem
Дата
Msg-id 27535.959897627@sss.pgh.pa.us
обсуждение исходный текст
Ответ на index problem  (Marcin Inkielman <marn@wsisiz.edu.pl>)
Ответы Re: index problem
Список pgsql-general
Marcin Inkielman <marn@wsisiz.edu.pl> writes:
> I created an index using pgaccess rescently. the name of the index was
> long:
> "oceny_stud_numer_albumu_protokoloceny_stud"
> now i am unable to vacuum my database.

Oh dear :-( ... it seems that when you quote an identifier, the system
forgets to make sure that it's truncated to no more than 31 characters.
You've got a corrupted pg_class entry now for that index.

> my question is:
> ~~~~~~~~~~~~~~~
> how may i delete this index in my original database???

Dropping the table that the index is on should work.  Hopefully
restoring just the one table is better than restoring your whole DB.

In the meantime, this is a high-priority bug fix...

            regards, tom lane

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

Предыдущее
От: Jerry Lynde
Дата:
Сообщение: Re: Postmaster won't -HUP
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: PostgreSQL article in LinuxWorld