From: | Tom Allison <tallison(at)tacocat(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: unix_socket |
Date: | 2004-05-26 00:22:39 |
Message-ID: | 40B3E34F.10801@tacocat.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Allison | 2004-05-26 00:52:22 | timestamps |
Previous Message | Gaetano Mendola | 2004-05-26 00:21:32 | Re: Poatgresql database on more than one disk |