summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii2025-06-18 08:04:13 +0000
committerTatsuo Ishii2025-06-18 09:36:37 +0000
commitd6c182560672aaec453a8fd0b719826afa67bb85 (patch)
tree5de9c9aa713d2e4c55d896fe1e74b3e4bb9d3508
parent32f83e033fe09be043409b7c1d2bdfd55dbc20d3 (diff)
Doc: fix load balance explanation missed logical replication mode.
Backpatch-through: v4.2
-rw-r--r--doc.ja/src/sgml/loadbalance.sgml2
-rw-r--r--doc/src/sgml/loadbalance.sgml6
2 files changed, 5 insertions, 3 deletions
diff --git a/doc.ja/src/sgml/loadbalance.sgml b/doc.ja/src/sgml/loadbalance.sgml
index 329f82c13..670187180 100644
--- a/doc.ja/src/sgml/loadbalance.sgml
+++ b/doc.ja/src/sgml/loadbalance.sgml
@@ -63,7 +63,7 @@
<xref linkend="guc-replication-mode">
or <xref linkend="guc-snapshot-isolation-mode">
-->
- <xref linkend="runtime-config-streaming-replication-mode">、<xref linkend="guc-replication-mode">、<xref linkend="guc-snapshot-isolation-mode">のどれかである。
+ <xref linkend="runtime-config-streaming-replication-mode">、<xref linkend="guc-replication-mode">、<xref linkend="guc-snapshot-isolation-mode">、<link linkend="runtime-config-logical-replication-mode">ロジカルレプリケーションモード</link>のどれかである。
</para>
</listitem>
<listitem>
diff --git a/doc/src/sgml/loadbalance.sgml b/doc/src/sgml/loadbalance.sgml
index c09a5dbf2..2b186467a 100644
--- a/doc/src/sgml/loadbalance.sgml
+++ b/doc/src/sgml/loadbalance.sgml
@@ -44,8 +44,10 @@
<para>
either
in <xref linkend="runtime-config-streaming-replication-mode">,
- <xref linkend="guc-replication-mode">
- or <xref linkend="guc-snapshot-isolation-mode">
+ <xref linkend="guc-replication-mode">,
+ <xref linkend="guc-snapshot-isolation-mode"> or
+ <link linkend="runtime-config-logical-replication-mode">logical
+ replication mode</link>.
</para>
</listitem>
<listitem>