aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-02-02 11:08:12 +1100
committerMathieu Othacehe <othacehe@gnu.org>2021-02-02 09:27:44 +0100
commit0319f9fac2fcbb93219d4ee4eab6e476907f8cae (patch)
tree318a76b45585a6534e5bc579db80056c935cee80
parentb66d9db336a88aca386ee21c5821a8f98789205a (diff)
downloadguix-0319f9fac2fcbb93219d4ee4eab6e476907f8cae.tar
guix-0319f9fac2fcbb93219d4ee4eab6e476907f8cae.tar.gz
services: postgresql: Update documented socket directory to match code.
This is a follow-up of 6c0679215f4ffa534c1eb2e8c8a6e043a0c993fe. * doc/guix.texi (Database Services): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 598d3d6773..e0f6921a90 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -19539,7 +19539,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{"/var/lib/postgresql"})
+@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{#false} PostgreSQL does not listen on any Unix-domain sockets, in