Re: PSQL Working, but PGAccess Not Connecting.

Поиск
Список
Период
Сортировка
От Mike Mascari
Тема Re: PSQL Working, but PGAccess Not Connecting.
Дата
Msg-id 3984F5B5.DCE92A11@mascari.com
обсуждение исходный текст
Ответ на JDBC driver GREATLY speeded up by trivial fix  (William Chesters <williamc@paneris.org>)
Список pgsql-interfaces
Red Pineseed wrote:
> 
> It looks like you don't have the user permission set up
> properly. Here is a jpg much like what you have descrbibed
> in the message. What the postmaster is not running in the
> background or the user permission is not set properly, you
> get a message like that.
> 
> use the createuser command to create user and set proper
> permision and connect the db like.
> 
> Philip

Except that there's a difference between "Connection refused",
which is typical of the postmaster not being started with the -i
option, and "Network unreachable", which is typical of a TCP/IP
application where the kernel cannot resolve the route to the
destination host. The user never did specify the success/failure
of testing loop-back via telnet on 127.0.0.1. My bet is it didn't
work. My money's on Tom Lane.

Mike Mascari


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Red Pineseed
Дата:
Сообщение: Re: PSQL Working, but PGAccess Not Connecting.
Следующее
От: "David Lloyd-Jones"
Дата:
Сообщение: Re: PSQL Working, but PGAccess Not Connecting.