services: postgresql: Update documented socket directory to match code.

This is a follow-up of 6c0679215f.

* doc/guix.texi (Database Services): Update it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Ben Sturmfels 2021-02-02 11:08:12 +11:00 committed by Mathieu Othacehe
parent b66d9db336
commit 0319f9fac2
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -19539,7 +19539,7 @@ configuration.
@item @code{ident-file} (default: @code{%default-postgres-ident}) @item @code{ident-file} (default: @code{%default-postgres-ident})
Filename or G-expression for the user name mapping configuration. Filename or G-expression for the user name mapping configuration.
@item @code{socket-directory} (default: @code{"/var/lib/postgresql"}) @item @code{socket-directory} (default: @code{"/var/run/postgresql"})
Specifies the directory of the Unix-domain socket(s) on which PostgreSQL Specifies the directory of the Unix-domain socket(s) on which PostgreSQL
is to listen for connections from client applications. If set to is to listen for connections from client applications. If set to
@code{#false} PostgreSQL does not listen on any Unix-domain sockets, in @code{#false} PostgreSQL does not listen on any Unix-domain sockets, in