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
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