From: Bo Peng Date: Wed, 19 Feb 2025 08:57:05 +0000 (+0900) Subject: Doc: update installation document to 4.6 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a86088da35fb9df97060703c0fcc7490bf0a4f7b;p=pgpool2.git Doc: update installation document to 4.6 --- diff --git a/doc.ja/src/sgml/installation-rpm.sgml b/doc.ja/src/sgml/installation-rpm.sgml index 956e08822..dd862c7f7 100644 --- a/doc.ja/src/sgml/installation-rpm.sgml +++ b/doc.ja/src/sgml/installation-rpm.sgml @@ -75,11 +75,11 @@ Pgpool-II provides separate packages for each PostgreSQL version. "XX" in the above package is a two-digit number representing the version of PostgreSQL. Choose Pgpool-II RPM corresponding to your PostgreSQL version. - (For example, if you are using PostgreSQL 16, you need to install pgpool-II-pg16) + (For example, if you are using PostgreSQL 17, you need to install pgpool-II-pg17) --> Pgpool-IIはPostgreSQLのライブラリと拡張のディレクトリが必要です。 そのディレクトリへのパスはPostgreSQLのバージョンごとに異なっているので、Pgpool-IIはPostgreSQLバージョンごとにパッケージを提供しています。 - 上記パッケージの「XX」はPostgreSQLのバージョンを表す2桁の数値です。PostgreSQLバージョンに対応するPgpool-IIのRPMを選んでください。(例えば、PostgreSQL 16を利用している場合は、pgpool-II-pg16を使用してください) + 上記パッケージの「XX」はPostgreSQLのバージョンを表す2桁の数値です。PostgreSQLバージョンに対応するPgpool-IIのRPMを選んでください。(例えば、PostgreSQL 17を利用している場合は、pgpool-II-pg17を使用してください) @@ -116,6 +116,10 @@ vi /etc/yum.repos.d/pgdg-redhat-all.repo exclude=pgpool* +[pgdg17] +... +exclude=pgpool* + [pgdg16] ... exclude=pgpool* @@ -156,10 +160,10 @@ exclude=pgpool* - 以下の手順はRHEL8にPostgreSQL 16に対応したPgpool-II 4.5.xをインストールすることが前提となります。 + 以下の手順はRHEL9にPostgreSQL 17に対応したPgpool-II 4.6.xをインストールすることが前提となります。 他のバージョンのPostgreSQLを利用している場合は、PostgreSQLのバージョンに応じて「pgXX」を適宜置き換えてください。 @@ -169,10 +173,10 @@ exclude=pgpool* For REHL7/9, see here. --> まず、Pgpool-IIバージョンとディストリビューションに対応するレポジトリをインストールします。 - REHL7/9の場合は、こちらを参照してください。 + REHL7/8の場合は、こちらを参照してください。 -dnf install https://www.pgpool.net/yum/rpms/4.5/redhat/rhel-8-x86_64/pgpool-II-release-4.5-1.noarch.rpm +dnf install https://www.pgpool.net/yum/rpms/4.6/redhat/rhel-9-x86_64/pgpool-II-release-4.6-1.noarch.rpm