Doc: fix watchdog_setup manual.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 6 Feb 2021 08:48:09 +0000 (17:48 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 6 Feb 2021 08:48:09 +0000 (17:48 +0900)
Add snapshot isolation mode to the "mode" parameter which was
forgotten when adding the mode.

doc.ja/src/sgml/ref/watchdog_setup.sgml
doc/src/sgml/ref/watchdog_setup.sgml

index 7da4bce0995f56cb82298d14ed45d7ad57394ef6..0a51eda2839b4f11f5128a946da43135e89ddfbb 100644 (file)
@@ -73,7 +73,7 @@ Pgpool-II documentation
    Currently <application>watchdog_setup</application> supports streaming replication mode, native replication mode, logical replication mode and raw mode.
    Watchdog is not supported yet.
    -->
-   ç\8f¾å\9c¨ã\80\81<application>watchdog_setup</application> ã\81¯ã\80\8cã\82¹ã\83\88ã\83ªã\83¼ã\83\9fã\83³ã\82°ã\83¬ã\83\97ã\83ªã\82±ã\83¼ã\82·ã\83§ã\83³ã\83¢ã\83¼ã\83\89ã\80\8dã\80\81ã\80\8cã\83\8dã\82¤ã\83\86ã\82£ã\83\96ã\83¬ã\83\97ã\83ªã\82±ã\83¼ã\82·ã\83§ã\83³ã\83¢ã\83¼ã\83\89ã\80\8dã\80\81ã\80\8cã\83­ã\82¸ã\82«ã\83«ã\83¬ã\83\97ã\83ªã\82±ã\83¼ã\82·ã\83§ã\83³ã\83¢ã\83¼ã\83\89ã\80\8d及び「raw モード」に対応しています。
+   ç\8f¾å\9c¨ã\80\81<application>watchdog_setup</application> ã\81¯ã\80\8cã\82¹ã\83\88ã\83ªã\83¼ã\83\9fã\83³ã\82°ã\83¬ã\83\97ã\83ªã\82±ã\83¼ã\82·ã\83§ã\83³ã\83¢ã\83¼ã\83\89ã\80\8dã\80\81ã\80\8cã\82¹ã\83\8aã\83\83ã\83\97ã\82·ã\83§ã\83\83ã\83\88ã\82¢ã\82¤ã\82½ã\83¬ã\83¼ã\82·ã\83§ã\83³ã\83¢ã\83¼ã\83\89ã\80\8dã\80\81ã\80\8cã\83\8dã\82¤ã\83\86ã\82£ã\83\96ã\83¬ã\83\97ã\83ªã\82±ã\83¼ã\82·ã\83§ã\83³ã\83¢ã\83¼ã\83\89ã\80\8dã\80\81ã\80\8cã\83­ã\82¸ã\82«ã\83«ã\83¬ã\83\97ã\83ªã\82±ã\83¼ã\82·ã\83§ã\83³ã\83¢ã\83¼ã\83\89ã\80\8dã\80\81及び「raw モード」に対応しています。
   </para>
  </refsect1>
 
@@ -141,8 +141,7 @@ Pgpool-II documentation
        If this is omitted, <literal>s</literal> is used.
        -->
        動作モードを指定します。<replaceable>mode</replaceable>は
-       <literal>r</literal> (ネイティブレプリケーションモード), <literal>s</literal> (ストリーミングレプリケーションモード)、または
-       <literal>n</literal> (raw モード)を指定できます。
+       <literal>r</literal> (ネイティブレプリケーションモード)、<literal>i</literal> (スナップショットアイソレーションモード)、<literal>s</literal> (ストリーミングレプリケーションモード)、<literal>l</literal> (ロジカルレプリケーションモード)または<literal>n</literal> (raw モード)を指定できます。
        指定しない場合は、<literal>s</literal> (ストリーミングレプリケーションモード) が使われます。
       </para>
      </listitem>
index 9b932db842e5f06236581cbb29b1a79452e92ce3..e321f85dc7e62d540fc65849e7a1b2ec3c6193ba 100644 (file)
@@ -51,7 +51,7 @@ Pgpool-II documentation
   </para>
 
   <para>
-   Currently <application>watchdog_setup</application> supports streaming replication mode, native replication mode, logical replication mode and raw mode.
+   Currently <application>watchdog_setup</application> supports streaming replication mode, snapshot isolation mode, native replication mode, logical replication mode and raw mode.
   </para>
  </refsect1>
 
@@ -96,8 +96,7 @@ Pgpool-II documentation
      <listitem>
       <para>
        Specifies the running mode.  <replaceable>mode</replaceable>
-       can be <literal>r</literal> (native replication mode), <literal>s</literal> (streaming replication mode), or
-       <literal>n</literal> (raw mode).
+       can be <literal>r</literal> (native replication mode), <literal>i</literal> (snapshot isolation mode), <literal>s</literal> (streaming replication mode), <literal>l</literal> (logical replication mode) or <literal>n</literal> (raw mode).
        If this is omitted, <literal>s</literal> is used.
       </para>
      </listitem>