Re: [BUGS] BUG #2122: Inconsistent FK Error Messages

2005-12-28 Thread David Wheeler
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

Re: [BUGS] BUG #2122: Inconsistent FK Error Messages

2005-12-28 Thread Bruce Momjian
I believe the word "table" was suppressed because that message has an ON clause that the others do not, and perhaps there was concern that the word "table" would overflow the display line. However, I think you have a good point that the text should all use "table" in both places in the string and

[BUGS] BUG #2122: Inconsistent FK Error Messages

2005-12-27 Thread David Wheeler
The following bug has been logged online: Bug reference: 2122 Logged by: David Wheeler Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.0 Operating system: Mac OS X 10.4.3 Description:Inconsistent FK Error Messages Details: I noticed that when I update or in