Doc: update Pgpool-II version and PostgreSQL version in installation section.
authorBo Peng <pengbo@sraoss.co.jp>
Fri, 10 Nov 2023 08:18:33 +0000 (17:18 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Fri, 10 Nov 2023 08:20:06 +0000 (17:20 +0900)
doc.ja/src/sgml/installation-rpm.sgml
doc/src/sgml/installation-rpm.sgml

index 2be0d23fadae3aea2b048b4a0150f9cf05a7233c..d2ecf5baaa4a56353d4afb317532837fca0e5014 100644 (file)
    <productname>Pgpool-II</productname> provides separate packages for each PostgreSQL version.
    "XX" in the above package is a two-digit number representing the version of PostgreSQL.
    Choose <productname>Pgpool-II</productname> RPM corresponding to your PostgreSQL version.
-   (For example, if you are using PostgreSQL 15, you need to install <filename>pgpool-II-pg15</filename>)
+   (For example, if you are using PostgreSQL 16, you need to install <filename>pgpool-II-pg16</filename>)
    -->
    <productname>Pgpool-II</productname>は<productname>PostgreSQL</productname>のライブラリと拡張のディレクトリが必要です。
    そのディレクトリへのパスは<productname>PostgreSQL</productname>のバージョンごとに異なっているので、<productname>Pgpool-II</productname>はPostgreSQLバージョンごとにパッケージを提供しています。
-   上記パッケージの「XX」はPostgreSQLのバージョンを表す2桁の数値です。<productname>PostgreSQL</productname>バージョンに対応する<productname>Pgpool-II</productname>のRPMを選んでください。(例えば、PostgreSQL 15を利用している場合は、<filename>pgpool-II-pg15</filename>を使用してください)
+   上記パッケージの「XX」はPostgreSQLのバージョンを表す2桁の数値です。<productname>PostgreSQL</productname>バージョンに対応する<productname>Pgpool-II</productname>のRPMを選んでください。(例えば、PostgreSQL 16を利用している場合は、<filename>pgpool-II-pg16</filename>を使用してください)
   </para>
 
  <sect2 id="before-installing">
@@ -116,6 +116,10 @@ vi /etc/yum.repos.d/pgdg-redhat-all.repo
 exclude=pgpool*
 
 
+[pgdg16]
+...
+exclude=pgpool*
+
 [pgdg15]
 ...
 exclude=pgpool*
@@ -134,10 +138,6 @@ exclude=pgpool*
 
 [pgdg11]
 ...
-exclude=pgpool*
-
-[pgdg10]
-...
 exclude=pgpool*
   </programlisting>
  </sect2>
@@ -156,10 +156,10 @@ exclude=pgpool*
   </para>
   <para>
    <!--
-   The following commands assume that you are using Pgpool-II 4.4.x for PostgreSQL 15 on RHEL8.
+   The following commands assume that you are using Pgpool-II 4.5.x for PostgreSQL 16 on RHEL8.
    If you are using other versions, replace "pgXX" with your PostgreSQL version.
    -->
-   以下の手順はRHEL8に<productname>PostgreSQL 15</productname>に対応した<productname>Pgpool-II 4.4.x</productname>をインストールすることが前提となります。
+   以下の手順はRHEL8に<productname>PostgreSQL 16</productname>に対応した<productname>Pgpool-II 4.5.x</productname>をインストールすることが前提となります。
    他のバージョンの<productname>PostgreSQL</productname>を利用している場合は、<productname>PostgreSQL</productname>のバージョンに応じて「pgXX」を適宜置き換えてください。
   </para>
   <para>
@@ -172,7 +172,7 @@ exclude=pgpool*
    REHL7/9の場合は、<ulink url="https://www.pgpool.net/mediawiki/index.php/Yum_Repository">こちら</ulink>を参照してください。
   </para>
   <programlisting>
-dnf install https://www.pgpool.net/yum/rpms/4.4/redhat/rhel-8-x86_64/pgpool-II-release-4.4-1.noarch.rpm
+dnf install https://www.pgpool.net/yum/rpms/4.5/redhat/rhel-8-x86_64/pgpool-II-release-4.5-1.noarch.rpm
   </programlisting>
   <para>
    <!--
@@ -181,11 +181,11 @@ dnf install https://www.pgpool.net/yum/rpms/4.4/redhat/rhel-8-x86_64/pgpool-II-r
    次に、<productname>Pgpool-II</productname>をインストールします。
   </para>
   <programlisting>
-dnf install pgpool-II-pg15
+dnf install pgpool-II-pg16
   </programlisting>
   <para>
    <!--
-   To use online recovery feature, install <filename>pgpool-II-pg15-extensions</filename>
+   To use online recovery feature, install <filename>pgpool-II-pg16-extensions</filename>
    on <emphasis>all PostgreSQL servers</emphasis>.
    Because <filename>pgpool-II-pgXX-extensions</filename> depends on
    <filename>pgpool-II-pgXX</filename> package,
@@ -208,7 +208,7 @@ dnf install pgpool-II-pg15
    </para>
   </note>
   <programlisting>
-dnf install pgpool-II-pg15-extensions pgpool-II-pg15
+dnf install pgpool-II-pg16-extensions pgpool-II-pg16
   </programlisting>
   <para>
     <!--
@@ -217,7 +217,7 @@ dnf install pgpool-II-pg15-extensions pgpool-II-pg15
    必要に応じて、開発者向けのオプションパッケージdebuginfoおよびdevelパッケージをインストールします。
   </para>
   <programlisting>
-dnf install pgpool-II-pg15-debuginfo pgpool-II-pg15-devel
+dnf install pgpool-II-pg16-debuginfo pgpool-II-pg16-devel
   </programlisting>
  </sect2>
 
index b0273970d7af6ae7cb41bc3949832dcce96bae90..2c2ff78ce11e6b9ddc95b00e453fdd2af823f719 100644 (file)
@@ -60,7 +60,7 @@
   <productname>Pgpool-II</productname> provides separate packages for each PostgreSQL version.
   "XX" in the above package is a two-digit number representing the version of PostgreSQL.
   Choose <productname>Pgpool-II</productname> RPM corresponding to your PostgreSQL version.
-  (For example, if you are using PostgreSQL 15, you need to install <filename>pgpool-II-pg15</filename>)
+  (For example, if you are using PostgreSQL 16, you need to install <filename>pgpool-II-pg16</filename>)
  </para>
 
  <sect2 id="before-installing">
@@ -86,6 +86,10 @@ vi /etc/yum.repos.d/pgdg-redhat-all.repo
 ...
 exclude=pgpool*
 
+[pgdg16]
+...
+exclude=pgpool*
+
 [pgdg15]
 ...
 exclude=pgpool*
@@ -104,10 +108,6 @@ exclude=pgpool*
 
 [pgdg11]
 ...
-exclude=pgpool*
-
-[pgdg10]
-...
 exclude=pgpool*
   </programlisting>
  </sect2>
@@ -120,7 +120,7 @@ exclude=pgpool*
   </para>
 
   <para>
-   The following commands assume that you are using Pgpool-II 4.4.x for PostgreSQL 15 on RHEL8.
+   The following commands assume that you are using Pgpool-II 4.5.x for PostgreSQL 16 on RHEL8.
    If you are using other versions, replace "pgXX" with your PostgreSQL version.
   </para>
   <para>
@@ -129,16 +129,16 @@ exclude=pgpool*
    For REHL7/9, see <ulink url="https://www.pgpool.net/mediawiki/index.php/Yum_Repository">here</ulink>.
   </para>
   <programlisting>
-dnf install https://www.pgpool.net/yum/rpms/4.4/redhat/rhel-8-x86_64/pgpool-II-release-4.4-1.noarch.rpm
+dnf install https://www.pgpool.net/yum/rpms/4.5/redhat/rhel-8-x86_64/pgpool-II-release-4.5-1.noarch.rpm
   </programlisting>
   <para>
    Then, install <productname>Pgpool-II</productname>.
   </para>
   <programlisting>
-dnf install pgpool-II-pg15
+dnf install pgpool-II-pg16
   </programlisting>
   <para>
-   To use online recovery feature, install <filename>pgpool-II-pg15-extensions</filename>
+   To use online recovery feature, install <filename>pgpool-II-pg16-extensions</filename>
    on <emphasis>all PostgreSQL servers</emphasis>.
    Because <filename>pgpool-II-pgXX-extensions</filename> depends on
    <filename>pgpool-II-pgXX</filename> package,
@@ -156,14 +156,14 @@ dnf install pgpool-II-pg15
    </para>
   </note>
   <programlisting>
-dnf install pgpool-II-pg15-extensions pgpool-II-pg15
+dnf install pgpool-II-pg16-extensions pgpool-II-pg16
   </programlisting>
 
   <para>
    Optionally you can install debuginfo and devel packages for developers if necessary.
   </para>
   <programlisting>
-dnf install pgpool-II-pg15-debuginfo pgpool-II-pg15-devel
+dnf install pgpool-II-pg16-debuginfo pgpool-II-pg16-devel
   </programlisting>
  </sect2>