Re: Duplicate key value error

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: Duplicate key value error
Дата
Msg-id 20090403161658.AFB2.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Duplicate key value error  (Vlad Arkhipov <arhipov@dc.baikal.ru>)
Ответы Re: Duplicate key value error
Re: Duplicate key value error
Список pgsql-hackers
Vlad Arkhipov <arhipov@dc.baikal.ru> wrote:

> Is it possible to print which key value is duplicated when 'Duplicate
> key value violates unique constraint' occurs? Foreign key violation
> error reports such kind of information.

I think it is not difficult from a technical standpoint.
The attached patch adds DETAIL messages to duplicate key value error:

    postgres=# INSERT INTO tbl(pk1, pk2) VALUES ('A', 1);
    ERROR:  duplicate key value violates unique constraint "tbl_pkey"
    DETAIL:  Key (pk1,pk2)=(A,1) already exists.

If no objection, I'd like to submit the patch to the next commit-fest (8.5).

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center


Вложения

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