Re: [BUGS] BUG #4884: Misleading error message

2009-06-25 Thread Chu, William
l.org Subject: Re: [BUGS] BUG #4884: Misleading error message "William Chu" writes: > The following error message occurs when the IP address is not present in the > pg_hba.conf. The error message is misleading and should actually say > something to the effect, "Connection

Re: [BUGS] BUG #4884: Misleading error message

2009-06-25 Thread Tom Lane
"Chu, William" writes: > What's odd is after the DBA added the proper IP address entries to the > pg_hba.conf I was able to connect properly. Well, something else must have happened in there... regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql

Re: [BUGS] BUG #4884: Misleading error message

2009-06-25 Thread Tom Lane
"William Chu" writes: > The following error message occurs when the IP address is not present in the > pg_hba.conf. The error message is misleading and should actually say > something to the effect, "Connection refused due to lack of access > permission". > java.io.IOException: An SQL exception

[BUGS] BUG #4884: Misleading error message

2009-06-25 Thread William Chu
The following bug has been logged online: Bug reference: 4884 Logged by: William Chu Email address: w...@facorelogic.com PostgreSQL version: 7.4.5 Operating system: RedHat Enterprise 5.3 Description:Misleading error message Details: The following error message occur