Search Postgresql Archives

Re: changing the /tmp/ lock file?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ben <bench@xxxxxxxxxxxxxxx> writes:
> Why would that be a problem if each is configured to listen on different 
> addresses?

Because if they're all on the same port number, they're all trying to
use the same Unix socket.

Now, if you are mostly interested in communicating with them over IP,
you could use unix_socket_directory to force their socket files into
different places.  This'll be a PITA for local use of Unix socket
connections, but if that's what you want ...

			regards, tom lane


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux