ERROR: cannot create index

Поиск
Список
Период
Сортировка
От Gene Selkov Jr.
Тема ERROR: cannot create index
Дата
Msg-id 199809130437.XAA05847@antares.mcs.anl.gov
обсуждение исходный текст
Список pgsql-hackers
Hi there,

I committed an awful sin. I killed psql while the backend was trying to
build an index for me, a hash with text_ops. Could wait no longer.
The problem was that all values in the column it was indexing were
identical (got there by mistake). While the question why would it get sick
doing such a simple task (just 700,000 identical values in a text type
column) might by itself be an interesting subject for a hacker, the problem
I want to report is this: because I killed (9) that misfortunate backend,
some leftovers in the system tables prevent me from building the new index under
the same name. How can I clean it up?

(Red Hat 5.1, postgresql built from the 6.3.2 release)


Thanks,

Gene

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] postgreSQL 6.4 patches
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: libpq++ shared library missing?