[BUGS] BUG #2134: Broken Pipe Error

2005-12-28 Thread Amit
The following bug has been logged online: Bug reference: 2134 Logged by: Amit Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.6 Operating system: RH Linux Description:Broken Pipe Error Details: I am getting a broken pipe error. The actual exception is liste

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

Re: [BUGS] Small bug fix in readline promt handling

2005-12-28 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- Ma

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