From 0319f9fac2fcbb93219d4ee4eab6e476907f8cae Mon Sep 17 00:00:00 2001
From: Ben Sturmfels <ben@sturm.com.au>
Date: Tue, 2 Feb 2021 11:08:12 +1100
Subject: [PATCH] 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>
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 598d3d67730..e0f6921a90a 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
-- 
GitLab