summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-05-19 15:00:41 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-05-19 15:40:56 +0900
commitbf55797e7b1ac32aa836492e8db3c3314e3ffad8 (patch)
treed0c0bc2f20cdaf7be5c570400656b136955528f2
parentb5e047ff9b400585cff590b7ee2f1629b24f6148 (diff)
doc: Remove stale paragraph about postgres socket-directory's default.
The default value was changed in commit 502925655d1a51aad544804c8ef492a5d24e1776 ("doc: Update postgresql defaut socket directory."). Change-Id: I9d495de696273bd35f77c858fd22653a556e2c13
-rw-r--r--doc/guix.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 9df177d13ae..b770d888a35 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -28842,9 +28842,6 @@ is to listen for connections from client applications. If set to
28842@code{""} PostgreSQL does not listen on any Unix-domain sockets, in 28842@code{""} PostgreSQL does not listen on any Unix-domain sockets, in
28843which case only TCP/IP sockets can be used to connect to the server. 28843which case only TCP/IP sockets can be used to connect to the server.
28844 28844
28845By default, the @code{#false} value means the PostgreSQL default value
28846will be used, which is currently @samp{/tmp}.
28847
28848@item @code{extra-config} (default: @code{'()}) 28845@item @code{extra-config} (default: @code{'()})
28849List of additional keys and values to include in the PostgreSQL config 28846List of additional keys and values to include in the PostgreSQL config
28850file. Each entry in the list should be a list where the first element 28847file. Each entry in the list should be a list where the first element