Doc: change repository rpm urls.
authorBo Peng <pengbo@sraoss.co.jp>
Mon, 17 Aug 2020 05:55:52 +0000 (14:55 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Mon, 17 Aug 2020 05:55:52 +0000 (14:55 +0900)
doc.ja/src/sgml/examples.sgml
doc/src/sgml/examples.sgml

index e467876ab8d3cc71da86b54bde4aa18602aa2b23..237fefbffdf27b30af693717214b1d3b3d047ebb 100644 (file)
      <productname>PostgreSQL</productname>のインストールは<productname>PostgreSQL</productname>コミュニティのリポジトリを使います。
     </para>
     <programlisting>
-     # yum install https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/pgdg-centos11-11-2.noarch.rpm
-     # yum install postgresql11 postgresql11-libs postgresql11-devel postgresql11-server
+     # yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
+     # yum install postgresql11-server
     </programlisting>
 
     <para>
      <productname>Pgpool-II</productname>のインストールは<productname>Pgpool-II</productname>開発コミュニティが提供するYumリポジトリを用いてインストールします。
     </para>
     <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 http://www.pgpool.net/yum/rpms/4.0/redhat/rhel-7-x86_64/pgpool-II-release-4.0-2.noarch.rpm
      # yum install pgpool-II-pg11-*
     </programlisting>
    </sect2>
index 0a5f6fff0f96070bbeb415162b9eb12b6998a80b..ee012900a7d74fd04489492e8e1c18c6d5057f09 100644 (file)
      Install <productname>PostgreSQL</productname> by using <productname>PostgreSQL</productname> YUM repository.
     </para>
     <programlisting>
-     # yum install https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/pgdg-centos11-11-2.noarch.rpm
-     # yum install postgresql11 postgresql11-libs postgresql11-devel postgresql11-server
+        # yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
+     # yum install postgresql11-server
     </programlisting>
     <para>
      Install <productname>Pgpool-II</productname> by using Pgpool-II YUM repository.
     </para>
     <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 http://www.pgpool.net/yum/rpms/4.0/redhat/rhel-7-x86_64/pgpool-II-release-4.0-2.noarch.rpm
      # yum install pgpool-II-pg11-*
     </programlisting>
    </sect2>