Re: BUG #2122: Inconsistent FK Error Messages

From: David Wheeler <david(at)justatheory(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2122: Inconsistent FK Error Messages
Date: 2005-12-28 17:02:04
Message-ID: E654690F-1B1E-4F9D-9749-061F02E623DD@justatheory.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Dec 28, 2005, at 8:44 AM, Bruce Momjian wrote:

> However, I think you have a good point that the text should all use
> "table" in both places in the string and I have made that change for
> 8.2. The new message will be:
>
> ERROR: update or delete on table "a" violates foreign key constraint
> "b_a_id_fkey" on table "b"

Cool, thanks Bruce. I'll update my test scripts accordingly. :-)

Best,

David

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2005-12-29 02:07:53 Re: Small bug fix in readline promt handling
Previous Message Bruce Momjian 2005-12-28 16:44:57 Re: BUG #2122: Inconsistent FK Error Messages