From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | Aritz Dávila <aritz(dot)davila(at)axios(dot)es> |
Subject: | Re: Remote connection issues |
Date: | 2011-06-23 13:44:37 |
Message-ID: | 201106230644.38348.adrian.klaver@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Cstdenis | 2011-06-23 14:06:51 | Query to select nested comments sorted by nesting and date |
Previous Message | Natusch, Paul | 2011-06-23 13:37:36 | Help making tablespaces work for my application |