How to connect to remote instance?

From: Jim Moon <moonjamesg(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: How to connect to remote instance?
Date: 2012-04-03 14:53:13
Message-ID: CAMW+QwG8tOiUwS+SUg=n9jYZVzDNcx64hZ2CT-nWhZPGy26Djg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Kretschmer 2012-04-03 17:06:06 Re: How to successfully create a new function?
Previous Message Jim Moon 2012-04-03 14:46:53 How to successfully create a new function?