-->
そして以下を実施してください。
<programlisting>
-yum install pgpool-II-pg95
+yum install pgpool-II-pg96
</programlisting>
<!--
- <literal>pg95</literal> means <literal>PostgreSQL
- 9.5</literal>. <productname>Pgpool-II</productname>
+ <literal>pg96</literal> means <literal>PostgreSQL
+ 9.6</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>pg95</literal>は、<literal>PostgreSQL 9.5</literal>を意味しています。
+<literal>pg96</literal>は、<literal>PostgreSQL 9.6</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-pg95-debuginfo
+yum install pgpool-II-pg96-debuginfo
</programlisting>
<!--
which makes it easier to retrieve debugging symbols from the core
インストールすることを推奨します。
開発向けのオプションパッケージがあります。
<programlisting>
-yum install pgpool-II-pg95-devel
+yum install pgpool-II-pg96-devel
</programlisting>
<!--
This installs header files which developers are interested in
-->
すべての<productname>PostgreSQL</productname>サーバに、以下をインストールしてください。
<programlisting>
-yum install pgpool-II-pg95-extensions
+yum install pgpool-II-pg96-extensions
</programlisting>
</para>
-->
<programlisting>
-systemctl enable postgresql.service
+systemctl enable pgpool.service
</programlisting>
<!--
この後システム全体を再起動するか、以下を実行してください。
<programlisting>
-systemctl start postgresql.service
+systemctl start pgpool.service
</programlisting>
<!--
<productname>PostgreSQL</productname>サーバは、これよりも前に起動済みでなければならないことに注意してください。
<programlisting>
-systemctl stop postgresql.service
+systemctl stop pgpool.service
</programlisting>
<!--
</programlisting>
Then:
<programlisting>
-yum install pgpool-II-pg95
+yum install pgpool-II-pg96
</programlisting>
- <literal>pg95</literal> means <literal>PostgreSQL
+ <literal>pg96</literal> means <literal>PostgreSQL
9.5</literal>. <productname>Pgpool-II</productname>
needs <productname>PostgreSQL</productname>'s library and
extensions directory. Since the directory paths are different in
Optionally you can install:
<programlisting>
-yum install pgpool-II-pg95-debuginfo
+yum install pgpool-II-pg96-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-pg95-devel
+yum install pgpool-II-pg96-devel
</programlisting>
This installs header files which developers are interested in
</para>
On all the <productname>PostgreSQL</productname> servers you need
to install:
<programlisting>
-yum install pgpool-II-pg95-extensions
+yum install pgpool-II-pg96-extensions
</programlisting>
</para>
On RHEL7/CentOS 7, do this once.
<programlisting>
-systemctl enable postgresql.service
+systemctl enable pgpool.service
</programlisting>
After this, restart the whole system or:
<programlisting>
-systemctl start postgresql.service
+systemctl start pgpool.service
</programlisting>
Please note that <productname>PostgreSQL</productname> servers
To stop <productname>Pgpool-II</productname>:
<programlisting>
-systemctl stop postgresql.service
+systemctl stop pgpool.service
</programlisting>
After this, you can stop <productname>PostgreSQL</productname>