Re: BUG #2379: Duplicate pkeys in table

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #2379: Duplicate pkeys in table
Дата
Msg-id 20060406142723.GD15753@surnet.cl
обсуждение исходный текст
Ответ на Re: BUG #2379: Duplicate pkeys in table  (Philip Warner <pjw@rhyme.com.au>)
Ответы Re: BUG #2379: Duplicate pkeys in table  (Philip Warner <pjw@rhyme.com.au>)
Список pgsql-bugs
Philip Warner wrote:

> # set enable_indexscan=off;
> # SELECT xmin, xmax, cmin, cmax FROM xxx where id = 24613;
>    xmin   |   xmax   | cmin |   cmax
> ----------+----------+------+----------
>  32902771 |        0 |   20 | 32902872
>  32902771 |        0 |   20 | 32902872
>  32902771 |        0 |   20 | 32902872
>  32902771 |        0 |   20 | 32902872
>  32902771 |        0 |   20 | 32902872
>  32902771 | 33048159 |   20 |       20
> (6 rows)

Ugh.

Do the triggers involved have EXCEPTION clauses?  (I assume they are
written in PL/pgSQL -- are there any in other languages?)

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2379: Duplicate pkeys in table
Следующее
От: Philip Warner
Дата:
Сообщение: Re: BUG #2379: Duplicate pkeys in table