diff options
| author | Tatsuo Ishii | 2025-06-18 08:04:13 +0000 |
|---|---|---|
| committer | Tatsuo Ishii | 2025-06-18 09:36:37 +0000 |
| commit | d6c182560672aaec453a8fd0b719826afa67bb85 (patch) | |
| tree | 5de9c9aa713d2e4c55d896fe1e74b3e4bb9d3508 /doc/src | |
| parent | 32f83e033fe09be043409b7c1d2bdfd55dbc20d3 (diff) | |
Doc: fix load balance explanation missed logical replication mode.
Backpatch-through: v4.2
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/loadbalance.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
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> |
