diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-27 20:28:21 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-27 20:28:21 +0000 |
commit | 81a34a90d72d3df39437a595958e25aca320640b (patch) | |
tree | 0855f0f5aabb91701d262d6b651f6c28b20e5c09 /doc | |
parent | d27e871ebb4ca84e291782c8d875976e921deccc (diff) | |
download | guix-81a34a90d72d3df39437a595958e25aca320640b.tar.gz |
doc: Update postgresql defaut socket directory.
This is a follow-up of: 502925655d1a51aad544804c8ef492a5d24e1776. * doc/guix.texi (Database Services): Update the PostgreSQL default socket directory value.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 830a230bd0..9f6604117c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20272,7 +20272,7 @@ configuration. @item @code{ident-file} (default: @code{%default-postgres-ident}) Filename or G-expression for the user name mapping configuration. -@item @code{socket-directory} (default: @code{#false}) +@item @code{socket-directory} (default: @code{"/var/run/postgresql"}) Specifies the directory of the Unix-domain socket(s) on which PostgreSQL is to listen for connections from client applications. If set to @code{""} PostgreSQL does not listen on any Unix-domain sockets, in |