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

From Peter Eisentraut
Subject Re: primary key error message
Date
Msg-id 1264108950.509.8.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: primary key error message  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: primary key error message  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: primary key error message  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On tor, 2010-01-21 at 15:51 -0500, Tom Lane wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
> > 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?
> 
> This patch fails to cover all cases (index build being the obvious
> omission, but I think there might be other paths as well where the
> information is not so readily available).

This is the user-visible error message, and that's the only place it's
generated.

> And I agree with Robert that the usefulness is at best highly debatable.

The usefulness is that they are different kinds of objects that are
defined and listed in different ways and it would be slightly helpful if
the error message pointed in the righter direction.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PITR backup history files with identical 2nd part file names
Next
From: Peter Eisentraut
Date:
Subject: Re: primary key error message