diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-05-19 15:00:41 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-05-19 15:40:56 +0900 |
| commit | bf55797e7b1ac32aa836492e8db3c3314e3ffad8 (patch) | |
| tree | d0c0bc2f20cdaf7be5c570400656b136955528f2 /doc | |
| parent | b5e047ff9b400585cff590b7ee2f1629b24f6148 (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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 3 |
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 |
| 28843 | which case only TCP/IP sockets can be used to connect to the server. | 28843 | which case only TCP/IP sockets can be used to connect to the server. |
| 28844 | 28844 | ||
| 28845 | By default, the @code{#false} value means the PostgreSQL default value | ||
| 28846 | will be used, which is currently @samp{/tmp}. | ||
| 28847 | |||
| 28848 | @item @code{extra-config} (default: @code{'()}) | 28845 | @item @code{extra-config} (default: @code{'()}) |
| 28849 | List of additional keys and values to include in the PostgreSQL config | 28846 | List of additional keys and values to include in the PostgreSQL config |
| 28850 | file. Each entry in the list should be a list where the first element | 28847 | file. Each entry in the list should be a list where the first element |
