| From: | jkunkel(at)laurcat(dot)com |
|---|---|
| To: | "postgres help " <pgsql-general(at)postgresql(dot)org> |
| Subject: | pg_hba.conf |
| Date: | 2010-04-27 10:42:59 |
| Message-ID: | 20100427034259.eb767a0822cca56c343a68b38c30a36c.ce89c5b5ad.wbe@email.secureserver.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I am putting up a new server on version 8.4.3. I copied pg_hba.conf
from a running 8.3.6 system, changing only the public IP address for the
local machine.
I get the error:
FATAL: no pg_hba.conf entry for host "209.159.145.248", user "postgres",
database "arc"
pg_hba.conf contains the line:
host all all 209.159.145.248 255.255.255.255
trust
Other records work (I can connect from my remote site using pgAdmin,
just fine), so I know the file is being read by posgres.
Any ideas?
Thanks in advance,
Jim
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian von Bidder | 2010-04-27 10:43:28 | Re: Storing many big files in database- should I do it? |
| Previous Message | John Gage | 2010-04-27 09:57:10 | Re: Unable to run createlang (or psql for that matter) |