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: Wed, 28 Dec 2005 09:02:04 -0800
- Message-id: <E654690F-1B1E-4F9D-9749-061F02E623DD@justatheory.com> <text/plain>
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
Home |
Main Index |
Thread Index