>>> "Nitin" <nitin.yeole@aviontechnology.net> wrote:
> Is the server running on host "PostgreSQL" and
> accepting TCP/IP connections on port 5432?
This is very unlikely to be a bug, so a better list would have been
general or admin.
You probably haven't configured connections properly for your intended
use. Start with this page:
http://www.postgresql.org/docs/8.3/interactive/runtime-config-connection.html
Note that the default value for listen_addresses doesn't allow TCP/IP
connections.
-Kevin