From: | Taiki Koshino <koshino(at)sraoss(dot)co(dot)jp> |
---|---|
To: | pgpool-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgpool: Doc: fix documentation for parameters that are not |
Date: | 2025-08-04 01:18:48 |
Message-ID: | E1uijqh-00701e-34@gothos.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgpool-committers |
Doc: fix documentation for parameters that are not
reflected by reload.
"authentication_timeout" and "memqcache_oiddir" is not reflected by reload.
The documentation is changed to "This parameter can only be set at server start.".
Japanese doc too.
Backpatch-through: v4.2
Branch
------
V4_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ee7ee5de0f204809a3124d52ba1cf73969f72170
Modified Files
--------------
doc.ja/src/sgml/connection-settings.sgml | 2 +-
doc.ja/src/sgml/memcache.sgml | 2 +-
doc/src/sgml/connection-settings.sgml | 3 +--
doc/src/sgml/memcache.sgml | 2 +-
src/sample/pgpool.conf.sample-stream | 1 +
5 files changed, 5 insertions(+), 5 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Taiki Koshino | 2025-08-04 01:20:35 | pgpool: Doc: fix documentation for parameters that are not |
Previous Message | Taiki Koshino | 2025-08-04 01:17:10 | pgpool: Doc: fix documentation for parameters that are not |