How to connect to remote instance? - Mailing list pgsql-novice

From Jim Moon
Subject How to connect to remote instance?
Date
Msg-id CAMW+QwG8tOiUwS+SUg=n9jYZVzDNcx64hZ2CT-nWhZPGy26Djg@mail.gmail.com
Whole thread Raw
Responses Re: How to connect to remote instance?  (Andrej <andrej.groups@gmail.com>)
List pgsql-novice
Hello.

postgresql 8.3

pg_hba.conf includes:
host     all     all     0.0.0.0/0     md5

postgresql.conf includes:
listen_addresses = '*'

Attempts to connect from remote pgAdmin III result in:
Access to database denied
The server doesn't grant access tothe database: the server reports
FATAL: no pga_hba.conf entry for host "<xx.xx.xxx.xx>", user "postgres", database "postgres", SSL off
...

Thank you in advance for any ideas!

Jim


pgsql-novice by date:

Previous
From: Jim Moon
Date:
Subject: How to successfully create a new function?
Next
From: Andreas Kretschmer
Date:
Subject: Re: How to successfully create a new function?