From 9943b1015aef24c7677cab20ab605fb19609e98d Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Thu, 4 Feb 2021 13:31:26 +0900 Subject: [PATCH] Doc: enhance "3.3.2. Clustering mode of Pgpool-II". Add link to "backend clustering mode". Change title of this section from "3.3.2. Running mode of Pgpool-II" to 23.3.2. Clustering mode of Pgpool-II". --- doc.ja/src/sgml/runtime.sgml | 2 +- doc/src/sgml/runtime.sgml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.ja/src/sgml/runtime.sgml b/doc.ja/src/sgml/runtime.sgml index 2ffbede3f..866ad752b 100644 --- a/doc.ja/src/sgml/runtime.sgml +++ b/doc.ja/src/sgml/runtime.sgml @@ -288,7 +288,7 @@ - Pgpool-IIにはストリーミングレプリケーションモード、ロジカルレプリケーションモード、メインレプリカモード(Slonyモード)、ネイティブレプリケーションモード、スナップショットアイソレーションモード、rawモードの6つのクラスタリングモードがあります。 + Pgpool-IIにはストリーミングレプリケーションモード、ロジカルレプリケーションモード、メインレプリカモード(Slonyモード)、ネイティブレプリケーションモード、スナップショットアイソレーションモード、rawモードの6つのクラスタリングモードがあります。 いずれのモードにおいても、Pgpool-IIはコネクションプーリング、自動フェイルオーバの機能を提供します。 ストリーミングレプリケーションモード、ネイティブレプリケーションモード、スナップショットアイソレーションモードでは、更新処理を受け付けながらデータベースノードの同期を取り直すオンラインリカバリが利用可能です。 オンラインリカバリの詳細についてはを参照してください。 diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 380c66a9d..02c7f7e3d 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -166,7 +166,7 @@ - Running mode of Pgpool-II + Clustering mode of Pgpool-II streaming replication mode @@ -189,7 +189,7 @@ - There are six different running modes in + There are six different clustering modes in Pgpool-II: streaming replication mode, logical replication mode, main replica mode (slony mode), native replication mode, raw mode and snapshot isolation mode. In any -- 2.39.5