Some changes to 4.0 release-note and update release-note version.
authorBo Peng <pengbo@sraoss.co.jp>
Wed, 19 Sep 2018 03:07:49 +0000 (12:07 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Wed, 19 Sep 2018 03:07:49 +0000 (12:07 +0900)
doc.ja/src/sgml/client-auth.sgml
doc.ja/src/sgml/release-4.0.sgml
doc.ja/src/sgml/version.sgml
doc/src/sgml/client-auth.sgml
doc/src/sgml/release-4.0.sgml
doc/src/sgml/version.sgml

index 330774befc1747e41fb0b096847d43bbaaed0c9e..3bc324de3f5cff40816ae5509e9ce4c5d43609e3 100644 (file)
@@ -1159,10 +1159,13 @@ PAMサポートを有効にするには、<productname>Pgpool-II</productname>
           <filename>pgpoolkey</filename> file in the user's home directory or the file
           referenced by environment variable <literal>PGPOOLKEYFILE</literal>.
           You can also specify the key file using the (-k, &#045;&#045;key-file=KEY_FILE)
-          command line argument to the <productname>Pgpool-II</productname> binary.
+          command line argument to the <productname>Pgpool-II</productname> command.
+          The permissions on .pgpoolkey must disallow any access to world or group.
+          Change file permissions by the command <command>chmod 0600 ~/.pgpoolkey</command>.
 -->
 デフォルトでは、<productname>Pgpool-II</productname>はユーザのホームディレクトリの<filename>.pgpoolkey</filename>もしくは<literal>PGPOOLKEYFILE</literal>環境変数により設定されるファイルを探します。
 <xref linkend="PGPOOL">コマンドの(-k, --key-file=KEY_FILE)オプションを使用し、鍵ファイルを指定をすることもできます。
+<filename>.pgpoolkey</filename>の権限はグループ、他者へのアクセスをすべて拒否しなければなりませんので、<command>chmod 0600 ~/.pgpoolkey</command>コマンドによって設定します。
        </para>
       </sect2>
 
index 4f826b72b33e43699b4250844102ffc959945cbc..91e7bb38ab02a214dc76a242f5bd7ff2b052a4df 100644 (file)
@@ -144,11 +144,14 @@ PostgreSQL11のSQLパーサの取込
      <para>
 <!--
       Online recovery script now accepts 5 parameters, rather than 4 (the 5th
-      parameter is node number to be recovered). Existing
-      4-parameter-style recovery scripts can be used if you don't care
+      parameter is node number to be recovered).
+      Run <command>ALTER EXTENSION pgpool_recovery UPDATE TO '1.2'</command>
+      to update <literal>pgpool_recovery</literal> version.
+      Existing 4-parameter-style recovery scripts can be used if you don't care
       about information provided by the 5th parameter.
 -->
 オンラインリカバリスクリプトは4つではなく5つのパラメータを受け取るようになりました(5番目のパラメータはリカバリされるノードの番号です)。
+<literal>pgpool_recovery</literal>をバージョンアップするためには、<command>ALTER EXTENSION pgpool_recovery UPDATE TO '1.2'</command>を実行してください。
 5番目のパラメータの情報を必要としない場合、既存の4つのパラメータの形式でリカバリスクリプト使用することが出来ます。
      </para>
      <para>
index 45b1d356b93017218ce1f110a61d2d6880f923b0..401908d49b8bf64c8e87e8043d9536544df06b8a 100644 (file)
@@ -1 +1 @@
-<!ENTITY version "4.0alpha2">
+<!ENTITY version "4.0beta1">
index fc67d2ed70cb0f0cc9401c2caba58299aaf4d823..a8d1adbd483a8008552cc9a62b10494369e9a656 100644 (file)
           referenced by environment variable <literal>PGPOOLKEYFILE</literal>.
           You can also specify the key file using the (-k, --key-file=KEY_FILE)
           command line argument to the <xref linkend="PGPOOL"> command.
+          The permissions on .pgpoolkey must disallow any access to world or group.
+          Change the file permissions by the command <command>chmod 0600 ~/.pgpoolkey</command>.
        </para>
       </sect2>
 
index a8c8b5c9b8dbe7bc09b0db25b3a385171520d978..ac4bda4d1ae9aa008de67ce9fd69525e45b2ff96 100644 (file)
      </para>
      <para>
       Online recovery script now accepts 5 parameters, rather than 4 (the 5th
-      parameter is node number to be recovered). Existing
-      4-parameter-style recovery scripts can be used if you don't care
+      parameter is node number to be recovered).
+      Run <command>ALTER EXTENSION pgpool_recovery UPDATE TO '1.2'</command>
+      to update <literal>pgpool_recovery</literal> version.
+      Existing 4-parameter-style recovery scripts can be used if you don't care
       about information provided by the 5th parameter.
      </para>
      <para>
index 45b1d356b93017218ce1f110a61d2d6880f923b0..401908d49b8bf64c8e87e8043d9536544df06b8a 100644 (file)
@@ -1 +1 @@
-<!ENTITY version "4.0alpha2">
+<!ENTITY version "4.0beta1">