pgpool: Doc: fix documentation for parameters that are not

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:22:02
Message-ID: E1uijtp-0070H2-2T@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_3_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a2b91799c7c20bf1a5cd7692f83a3b94339f8da8

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(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Taiki Koshino 2025-08-04 01:32:14 pgpool: Doc: fix documentation for parameters that are not
Previous Message Taiki Koshino 2025-08-04 01:20:35 pgpool: Doc: fix documentation for parameters that are not