Update pgpool_setup manual.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 17 Aug 2017 08:26:20 +0000 (17:26 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 17 Aug 2017 08:26:20 +0000 (17:26 +0900)
Logical replication mode is supported.

doc.ja/src/sgml/ref/pgpool_setup.sgml
doc/src/sgml/ref/pgpool_setup.sgml

index 02a8d651c2257b0eeabd27c5f8276382e8f20564..9a3878b52c77920ced0cca98567af0098739544c 100644 (file)
@@ -61,10 +61,12 @@ Pgpool-II documentation
 
   <para>
   <!--
-    Currently <application>pgpool_setup</application> supports streaming replication mode, native replication mode and raw mode.
-    Watchdog is not supported yet.
+    Currently <application>pgpool_setup</application> supports
+    streaming replication mode, native replication mode, raw mode and
+    logical replication mode.  To support watchdog,
+    see <xref linkend="WATCHDOG-SETUP"> for details.
     -->
-    現在、「ストリーミングレプリケーションモード」、「ネイティブレプリケーションモード」及び「raw モード」に対応しています。
+    現在、「ストリーミングレプリケーションモード」、「ネイティブレプリケーションモード」、「raw モード」及び「ロジカルレプリケーションモード」に対応しています。
     Watchdog  の対応については  <xref linkend="WATCHDOG-SETUP"> をご参照下さい。
   </para>
  </refsect1>
@@ -88,14 +90,14 @@ Pgpool-II documentation
        <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).
-           If this is omitted, <literal>s</literal> is used.
+        can be <literal>r</literal> (native replication mode), <literal>s</literal> (streaming replication mode),
+        <literal>n</literal> (raw mode) or <literal>l</literal>
+       (logical replication mode).  If this is
+       omitted, <literal>s</literal> is assumed.
         -->
         動作モードを指定します。<replaceable>mode</replaceable>は
-        <literal>r</literal> (ネイティブレプリケーションモード), <literal>s</literal> (ストリーミングレプリケーションモード)、または
-        <literal>n</literal> (raw モード)を指定できます。
-        指定しない場合は、<literal>s</literal> (ストリーミングレプリケーションモード) です。
+        <literal>r</literal> (ネイティブレプリケーションモード), <literal>s</literal> (ストリーミングレプリケーションモード)、<literal>n</literal> (raw モード)、または<literal>l</literal> (ロジカルレプリケーションモード)を指定できます。
+        指定しない場合は、<literal>s</literal> (ストリーミングレプリケーションモード) を指定した見なされます。
        </para>
       </listitem>
      </varlistentry>
index 8677cd951b0f8bda9bf500a191aa179019e815a1..952545b6bbcc867471c6b8a267db69d6e667db3a 100644 (file)
@@ -45,8 +45,10 @@ Pgpool-II documentation
   </para>
 
   <para>
-    Currently <application>pgpool_setup</application> supports streaming replication mode, native replication mode and raw mode.
-    To support watchdog, see <xref linkend="WATCHDOG-SETUP"> for details.
+    Currently <application>pgpool_setup</application> supports
+    streaming replication mode, native replication mode, raw mode and
+    logical replication mode.  To support watchdog,
+    see <xref linkend="WATCHDOG-SETUP"> for details.
   </para>
  </refsect1>
 
@@ -62,9 +64,10 @@ 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).
-       If this is omitted, <literal>s</literal> is used.
+        can be <literal>r</literal> (native replication mode), <literal>s</literal> (streaming replication mode),
+        <literal>n</literal> (raw mode) or <literal>l</literal>
+       (logical replication mode).  If this is
+       omitted, <literal>s</literal> is assumed.
        </para>
       </listitem>
      </varlistentry>