Re: primary key error message

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: primary key error message
Date: 2010-01-21 20:47:04
Message-ID: 603c8f071001211247h3020e4ebib1fb97b9407a9ab1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jan 21, 2010 at 3:30 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> Here is a small patch that changes the error message
>
>    duplicate key value violates unique constraint "%s"
>
> into
>
>    duplicate key value violates primary key "%s"
>
> when the constraint is in fact a primary key.
>
> Comments?

Why bother? And why bother now, when we're in the middle of the last
CommitFest and trying to move toward a release?

...Robert

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-01-21 20:51:09 Re: primary key error message
Previous Message Devrim GÜNDÜZ 2010-01-21 20:34:28 Re: 8.5 vs. 9.0