Contents
unix_socket_directory
A former configuration parameter specifying the directory for the Unix domain socket
This entry relates to a PostgreSQL feature, application/utility, website or other subject which is no longer available/maintained.
unix_socket_directory
was a configuration parameter specifying the file system directory for the PostgreSQL server to store its Unix domain socket.
unix_socket_directory
was added in PostgreSQL 7.1 and replaced in PostgreSQL 9.3 by unix_socket_directories
.
Change history
- PostgreSQL 9.3
- replaced by
unix_socket_directories
(commit c9b0cbe9)
- replaced by
- PostgreSQL 7.1
References
- PostgreSQL 9.2 documentation: unix_socket_directory