BUG #4884: Misleading error message

From: "William Chu" <wchu(at)facorelogic(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4884: Misleading error message
Date: 2009-06-25 22:22:59
Message-ID: 200906252222.n5PMMxd6090162@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4884
Logged by: William Chu
Email address: wchu(at)facorelogic(dot)com
PostgreSQL version: 7.4.5
Operating system: RedHat Enterprise 5.3
Description: Misleading error message
Details:

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 occurred: ERROR: could not load
library "/usr/local/pgsql/lib/libpostgis.so.0.9": libgeos.so.2: cannot open
shared object file: No such file or directory

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-06-25 22:31:53 Re: BUG #4879: bgwriter fails to fsync the file in recovery mode
Previous Message Tom Lane 2009-06-25 22:20:07 Re: BUG #4883: tar xf fails on NFS4 mounts