<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, --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>
 
 
      <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>
 
-<!ENTITY version "4.0alpha2">
+<!ENTITY version "4.0beta1">
 
           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>
 
 
      </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>
 
-<!ENTITY version "4.0alpha2">
+<!ENTITY version "4.0beta1">