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