Re: unix_socket

Поиск
Список
Период
Сортировка
От Tom Allison
Тема Re: unix_socket
Дата
Msg-id 40B3E34F.10801@tacocat.net
обсуждение исходный текст
Ответ на unix_socket  (Tom Allison <tallison@tacocat.net>)
Список pgsql-general
Tom Allison wrote:
> I'm trying to configure postfix to use the postgres database for lookups.
>
> Since I have a localhost based server, I was going to use unix_sockets.
>
> The postgres docs call for only a /directory.
>
> unix_socket_directory (string)
>
>        Specifies the directory of the Unix-domain socket on which the
>    server is to listen for connections from client applications. The
>    default is normally /tmp, but can be changed at build time.
>

I found that my Debian installation had unix_socket_directory built to
unix_socket_directory=''
and in order to use sockets, you have to explicitly call it out.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: unix_socket
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Poatgresql database on more than one disk