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:20:35
Message-ID: E1uijsQ-0070AA-2v@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_4_STABLE

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

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:22:02 pgpool: Doc: fix documentation for parameters that are not
Previous Message Taiki Koshino 2025-08-04 01:18:48 pgpool: Doc: fix documentation for parameters that are not