Re: Remote connection issues - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Remote connection issues
Date
Msg-id 201106230644.38348.adrian.klaver@gmail.com
Whole thread Raw
In response to Remote connection issues  (Aritz Dávila <aritz.davila@axios.es>)
List 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.klaver@gmail.com

pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: Re: autovacuum ignores some tables
Next
From: Cstdenis
Date:
Subject: Query to select nested comments sorted by nesting and date