From 19cbe75d084e64890787d080cd398d32ff5ec6bf Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Fri, 10 Jul 2020 11:37:22 +0900 Subject: [PATCH] Doc: update "Installation from RPM" section. --- doc.ja/src/sgml/installation-rpm.sgml | 18 +++++++++--------- doc/src/sgml/installation-rpm.sgml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/doc.ja/src/sgml/installation-rpm.sgml b/doc.ja/src/sgml/installation-rpm.sgml index 2b14c3514..e98d04810 100644 --- a/doc.ja/src/sgml/installation-rpm.sgml +++ b/doc.ja/src/sgml/installation-rpm.sgml @@ -27,7 +27,7 @@ obtained from http://www.pgpool.net/yum. --> - Pgpool-IIの公式RPMは、http://www.pgpool.net/yumから入手できます。 + Pgpool-IIの公式RPMは、https://www.pgpool.net/yumから入手できます。 @@ -36,19 +36,19 @@ --> RHELとその派生ディストリビューションでは、以下を一度行ってください。 - yum install http://www.pgpool.net/yum/rpms/4.0/redhat/rhel-7-x86_64/pgpool-II-release-4.0-1.noarch.rpm + yum install https://www.pgpool.net/yum/rpms/4.1/redhat/rhel-7-x86_64/pgpool-II-release-4.1-2.noarch.rpm そして以下を実施してください。 - yum install pgpool-II-pg11 + yum install pgpool-II-pg12 - pg11は、PostgreSQL 11を意味しています。 + pg12は、PostgreSQL 12を意味しています。 Pgpool-IIはPostgreSQLのライブラリと拡張のディレクトリが必要です。 そのディレクトリへのパスはPostgreSQLのバージョンごとに異なっているので、PostgreSQLに対応するRPMを選んでください。 またRPMは、PostgreSQLコミュニティRPMを使用することを前提としています。 - yum install pgpool-II-pg11-debuginfo + yum install pgpool-II-pg12-debuginfo すべてのPostgreSQLサーバに、以下をインストールしてください。 - yum install pgpool-II-pg11-extensions + yum install pgpool-II-pg12-extensions diff --git a/doc/src/sgml/installation-rpm.sgml b/doc/src/sgml/installation-rpm.sgml index de248f220..00f83241c 100644 --- a/doc/src/sgml/installation-rpm.sgml +++ b/doc/src/sgml/installation-rpm.sgml @@ -14,21 +14,21 @@ Pgpool-II official RPMs can be obtained from - http://www.pgpool.net/yum. + https://www.pgpool.net/yum. For RHEL and its derivatives do following once: - yum install http://www.pgpool.net/yum/rpms/4.0/redhat/rhel-7-x86_64/pgpool-II-release-4.0-1.noarch.rpm + yum install https://www.pgpool.net/yum/rpms/4.1/redhat/rhel-7-x86_64/pgpool-II-release-4.1-2.noarch.rpm Then: - yum install pgpool-II-pg11 + yum install pgpool-II-pg12 - pg11 means PostgreSQL - 11. Pgpool-II + pg12 means PostgreSQL + 12. Pgpool-II needs PostgreSQL's library and extensions directory. Since the directory paths are different in the particular PostgreSQL versions, @@ -40,23 +40,23 @@ Optionally you can install: - yum install pgpool-II-pg11-debuginfo + yum install pgpool-II-pg12-debuginfo which makes it easier to retrieve debugging symbols from the core or the backtrace. We recommend to install it. There is an optional package for developers. - yum install pgpool-II-pg11-devel + yum install pgpool-II-pg12-devel - This installs header files which developers are interested in + This installs header files which developers are interested in. On all the PostgreSQL servers you need to install: - yum install pgpool-II-pg11-extensions + yum install pgpool-II-pg12-extensions -- 2.39.5