unix_socket

From: Tom Allison <tallison(at)tacocat(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: unix_socket
Date: 2004-05-25 23:02:00
Message-ID: 40B3D068.4010505@tacocat.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

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

--------------
How do I get this sorted out so that I can make a unix connection?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Barry 2004-05-25 23:33:06 Poatgresql database on more than one disk
Previous Message Janning Vygen 2004-05-25 22:57:59 Re: About table schema