Re: Index trouble with 8.3b4

Поиск
Список
Период
Сортировка
От Hannes Dorbath
Тема Re: Index trouble with 8.3b4
Дата
Msg-id fmdqck$23ui$3@news.hub.org
обсуждение исходный текст
Ответ на Re: Index trouble with 8.3b4  (Hannes Dorbath <light@theendofthetunnel.de>)
Ответы Re: Index trouble with 8.3b4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hannes Dorbath wrote:
> ERROR:  relation "ts_test_tsv" already exists
> test=# drop INDEX ts_test_tsv ;
> DROP INDEX

This is a general thing I'd like to ask. If the creation of an index 
fails, why is it nevertheless there? No matter if deadlock or my GIN 
error, why isn't the whole operation "rolled back"? And what state is it 
it leaves me on? Do I end up with a corrupt index on my table?

-- 
Best regards,
Hannes Dorbath


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

Предыдущее
От: Hannes Dorbath
Дата:
Сообщение: Re: Index trouble with 8.3b4
Следующее
От: "Sean Utt"
Дата:
Сообщение: Re: Postgresql Materialized views