Re: unix_socket - Mailing list pgsql-general

From Tom Lane
Subject Re: unix_socket
Date
Msg-id 29024.1085528694@sss.pgh.pa.us
Whole thread Raw
In response to unix_socket  (Tom Allison <tallison@tacocat.net>)
List pgsql-general
Tom Allison <tallison@tacocat.net> writes:
> 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 postfix docs call for a /directory/name.
>                inet: for TCP connections (default).  Example:
>                    hosts = host1.some.domain host2.some.domain
>                    hosts = unix:/file/name

I suspect you want to say unix:/tmp/.s.PGSQL.5432
(adjust if you are using a nonstandard port number)

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Allison
Date:
Subject: unix_socket
Next
From: Tom Allison
Date:
Subject: Re: unix_socket