Re: add primary key doesn't block?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: add primary key doesn't block?
Дата
Msg-id 10570.1264095914@sss.pgh.pa.us
обсуждение исходный текст
Ответ на add primary key doesn't block?  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Ответы Re: add primary key doesn't block?  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Список pgsql-bugs
Jaime Casanova <jcasanov@systemguards.com.ec> writes:
> When we perform a test migration of the data we found some errors on
> the logs, one of them is this one:

> """
> mic=# ALTER TABLE tcom_invitacion ADD primary key (id_invitacion);
> NOTICE:  ALTER TABLE / ADD PRIMARY KEY will create implicit index
> "tcom_invitacion_pkey" for table "tcom_invitacion"
> ERROR:  concurrent insert in progress
> """

Can you provide a reproducible test case?

            regards, tom lane

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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: add primary key doesn't block?
Следующее
От: "Allen Johnson"
Дата:
Сообщение: BUG #5294: Sorts on more than just the order-by clause