Re: primary key error message - Mailing list pgsql-hackers

From Robert Haas
Subject Re: primary key error message
Date
Msg-id 603c8f071001211247h3020e4ebib1fb97b9407a9ab1@mail.gmail.com
Whole thread Raw
In response to primary key error message  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: primary key error message  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: primary key error message  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Thu, Jan 21, 2010 at 3:30 PM, Peter Eisentraut <peter_e@gmx.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


pgsql-hackers by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: 8.5 vs. 9.0
Next
From: Tom Lane
Date:
Subject: Re: primary key error message