Re: Remote connection issues

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Remote connection issues
Дата
Msg-id 201106230644.38348.adrian.klaver@gmail.com
обсуждение исходный текст
Ответ на Remote connection issues  (Aritz Dávila <aritz.davila@axios.es>)
Список 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 по дате отправления:

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: autovacuum ignores some tables
Следующее
От: Cstdenis
Дата:
Сообщение: Query to select nested comments sorted by nesting and date