From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Tom Allison <tallison(at)tacocat(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: unix_socket |
Date: | 2004-05-25 23:44:54 |
Message-ID: | 29024.1085528694@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tom Allison <tallison(at)tacocat(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Gaetano Mendola | 2004-05-26 00:21:32 | Re: Poatgresql database on more than one disk |
Previous Message | Barry | 2004-05-25 23:33:06 | Poatgresql database on more than one disk |