Re: Index trouble with 8.3b4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Index trouble with 8.3b4
Дата
Msg-id 8709.1200257690@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Index trouble with 8.3b4  (Hannes Dorbath <light@theendofthetunnel.de>)
Ответы Re: Index trouble with 8.3b4  (Hannes Dorbath <light@theendofthetunnel.de>)
Список pgsql-hackers
Hannes Dorbath <light@theendofthetunnel.de> writes:
> This is a general thing I'd like to ask. If the creation of an index 
> fails, why is it nevertheless there?

It's a rather ugly consequence of the fact that CREATE INDEX
CONCURRENTLY requires more than one transaction.  If the later ones
fail, the invalid index is still there.

It'd be nice to clean that up sometime, but don't hold your breath.
        regards, tom lane


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Postgresql Materialized views
Следующее
От: "Webb Sprague"
Дата:
Сообщение: Re: Postgresql Materialized views