To create or not to create that index

Поиск
Список
Период
Сортировка
От Stefan Knecht
Тема To create or not to create that index
Дата
Msg-id CAP50yQ-nzmVB7amZkTxN3ute4NKyoTKH-3eEnVEJPTNaFSLyOQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: To create or not to create that index
Список pgsql-general
Hello

Why does this happen?

profile_aggregates=> create index concurrently foo_idx on agg (status, foots, created_ts);


^CCancel request sent
ERROR:  canceling statement due to user request
profile_aggregates=>
profile_aggregates=>  create index concurrently foo_idx on agg (status, foots, created_ts);
ERROR:  relation " foo_idx" already exists

Are these operations not atomic ?

Cheers

Stefan


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Base files compatibility between PG11 and PG15
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: To create or not to create that index