On Thursday, June 23, 2011 12:24:12 am Aritz Dávila wrote:
> Hi list,
> 

> 
> Another strange thing is the following one, if I do the following on the
> database server: psql -h localhost -d database, I grant access but if I do
> the following psql -h 192.168.2.122 -d database on the database server, I
> got a connection refused error.
> 

Meant to add this to my previous reply. Try:

psql -h 127.0.0.1 -d database 

to reach the localhost.

> 
> Cheers,
> 
> Aritz Davila
> www.axios.es

-- 
Adrian Klaver
adrian.kla...@gmail.com

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to