pgsql: doc: Document default values for some pg_recvlogical options.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Document default values for some pg_recvlogical options.
Date: 2025-11-17 14:25:41
Message-ID: E1vL0Am-0000TS-2v@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Document default values for some pg_recvlogical options.

The documentation did not previously mention the default values for
the --fsync-interval and --plugin options, even though pg_recvlogical --help
shows them. This omission made it harder for users to understand
the tool's behavior from the documentation alone.

This commit adds the missing default value descriptions for both options
to the pg_recvlogical documentation.

Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Discussion: https://postgr.es/m/CAHGQGwFqssPBjkWMFofGq32e_tANOeWN-cM=6biAP3nnFUXMRw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6793d6a839c1e4eac495fd0c48b75dc1871425c8

Modified Files
--------------
doc/src/sgml/ref/pg_recvlogical.sgml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-11-17 19:04:05 pgsql: Clean up match_orclause_to_indexcol().
Previous Message Daniel Gustafsson 2025-11-17 12:41:59 pgsql: Fix typos in logical replication code comments