Re: [HACKERS] Can't run current PostgreSQL

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [HACKERS] Can't run current PostgreSQL
Дата
Msg-id Pine.NEB.3.96.980110144425.259A-100000@thelab.hub.org
обсуждение исходный текст
Ответ на Can't run current PostgreSQL  (darcy@druid.net (D'Arcy J.M. Cain))
Список pgsql-hackers
On Sat, 10 Jan 1998, D'Arcy J.M. Cain wrote:

> I am trying to run the latest version (supping source daily) and I get the
> following error when I run psql.
>
> Connection to database 'darcy' failed.
> connectDB() failed: Is the postmaster running and accepting connections at 'UNIX Socket' on port '5432'?
>
> Have I missed some change that I have to make?  This is on the same
> system as the server.

    New default startup disabled TCP/IP connections, using Unix Domain Sockets
exclusively.  If PGHOST/PGPORT are set, then the "frontends" try to use TCP/IP
vs Unix Domain, and will therefore fail.  To get the old behaviour, startup
postmaster with the -i option to turn TCP/IP connections back on again...


Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] DefaultHost
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Re: subselects