obtained from
<ulink url="http://www.pgpool.net/yum">http://www.pgpool.net/yum</ulink>.
-->
- <productname>Pgpool-II</productname>の公式RPMは、<ulink url="http://www.pgpool.net/yum">http://www.pgpool.net/yum</ulink>から入手できます。
+ <productname>Pgpool-II</productname>の公式RPMは、<ulink url="https://www.pgpool.net/yum">https://www.pgpool.net/yum</ulink>から入手できます。
</para>
<para>
-->
RHELとその派生ディストリビューションでは、以下を一度行ってください。
<programlisting>
- 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
</programlisting>
<!--
Then:
-->
そして以下を実施してください。
<programlisting>
- yum install pgpool-II-pg11
+ yum install pgpool-II-pg12
</programlisting>
<!--
- <literal>pg11</literal> means <literal>PostgreSQL
- 11</literal>. <productname>Pgpool-II</productname>
+ <literal>pg12</literal> means <literal>PostgreSQL
+ 12</literal>. <productname>Pgpool-II</productname>
needs <productname>PostgreSQL</productname>'s library and
extensions directory. Since the directory paths are different in
the particular <productname>PostgreSQL</productname> versions,
Optionally you can install:
-->
- <literal>pg11</literal>は、<literal>PostgreSQL 11</literal>を意味しています。
+ <literal>pg12</literal>は、<literal>PostgreSQL 12</literal>を意味しています。
<productname>Pgpool-II</productname>は<productname>PostgreSQL</productname>のライブラリと拡張のディレクトリが必要です。
そのディレクトリへのパスは<productname>PostgreSQL</productname>のバージョンごとに異なっているので、<productname>PostgreSQL</productname>に対応するRPMを選んでください。
またRPMは、<ulink url="https://www.postgresql.org/download/linux/redhat/"><productname>PostgreSQL</productname>コミュニティRPM</ulink>を使用することを前提としています。
<programlisting>
- yum install pgpool-II-pg11-debuginfo
+ yum install pgpool-II-pg12-debuginfo
</programlisting>
<!--
which makes it easier to retrieve debugging symbols from the core
インストールすることを推奨します。
開発向けのオプションパッケージがあります。
<programlisting>
- yum install pgpool-II-pg11-devel
+ yum install pgpool-II-pg12-devel
</programlisting>
<!--
This installs header files which developers are interested in
-->
すべての<productname>PostgreSQL</productname>サーバに、以下をインストールしてください。
<programlisting>
- yum install pgpool-II-pg11-extensions
+ yum install pgpool-II-pg12-extensions
</programlisting>
</para>
<para>
<productname>Pgpool-II</productname> official RPMs can be
obtained from
- <ulink url="http://www.pgpool.net/yum">http://www.pgpool.net/yum</ulink>.
+ <ulink url="https://www.pgpool.net/yum">https://www.pgpool.net/yum</ulink>.
</para>
<para>
For RHEL and its derivatives do following once:
<programlisting>
- 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
</programlisting>
Then:
<programlisting>
- yum install pgpool-II-pg11
+ yum install pgpool-II-pg12
</programlisting>
- <literal>pg11</literal> means <literal>PostgreSQL
- 11</literal>. <productname>Pgpool-II</productname>
+ <literal>pg12</literal> means <literal>PostgreSQL
+ 12</literal>. <productname>Pgpool-II</productname>
needs <productname>PostgreSQL</productname>'s library and
extensions directory. Since the directory paths are different in
the particular <productname>PostgreSQL</productname> versions,
Optionally you can install:
<programlisting>
- yum install pgpool-II-pg11-debuginfo
+ yum install pgpool-II-pg12-debuginfo
</programlisting>
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.
<programlisting>
- yum install pgpool-II-pg11-devel
+ yum install pgpool-II-pg12-devel
</programlisting>
- This installs header files which developers are interested in
+ This installs header files which developers are interested in.
</para>
<para>
On all the <productname>PostgreSQL</productname> servers you need
to install:
<programlisting>
- yum install pgpool-II-pg11-extensions
+ yum install pgpool-II-pg12-extensions
</programlisting>
</para>