Doc: clarify supported platforms for Pgpool-II. master
authorTatsuo Ishii <ishii@postgresql.org>
Wed, 4 Jun 2025 11:10:34 +0000 (20:10 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Wed, 4 Jun 2025 11:10:34 +0000 (20:10 +0900)
Backpatch-through: v4.2

doc.ja/src/sgml/installation.sgml
doc/src/sgml/installation.sgml

index 06cda3fc1a0f2f02bed91a78250c95ec2501eda2..4514291067eb8b225f3c9111fea267e6d7684c11 100644 (file)
   <title>Requirements</title>
   -->
   <title>必要条件</title>
-
+  <sect2 id="platform-requirements">
+  <title>動作環境</title>
   <para>
-   <!--
-   In general, a modern Unix-compatible platform should be able to run
-   <productname>Pgpool-II</>. Windows is not supported.
-   -->
-   通常、最近のUnix互換プラットフォームならば<productname>Pgpool-II</>を動作させることができるはずです。
+   <productname>Pgpool-II</productname>はほとんどのUNIX互換環境で動作すると思われます。
    Windows はサポートされてません。
+   開発コミュニティが動作検証しているのは以下のものです。
+   これ以外は開発コミュニティは動作検証を行っていません。
+   <itemizedlist>
+    <listitem>
+     <para>
+      Rocky Linux 9 (x86_64)
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      Rocky Linux 8 (x86_64)
+     </para>
+    </listitem>
+   </itemizedlist>
+   これらと互換性のあるLinuxディストリビューションでも動作するはずです。
+  </para>
+
+  <para>
+   Debian/Ubuntuに関しては<ulink url="https://pgpool.net/mediawiki/index.php/Apt_Repository">パッケージ</ulink>が提供されています。
+  </para>
+  <para>
+   ユーザから動作報告があったのは以下のものです。
+   <itemizedlist>
+    <listitem>
+     <para>
+      Ubuntu 20.04 (x86_64)
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      OpenBSD
+     </para>
+    </listitem>
+   </itemizedlist>
   </para>
+ </sect2>
 
+ <sect2 id="software-requirements">
+  <title>ソフトウェア要件</title>
   <para>
    <!--
    The following software packages are required for building
    リグレッションテストを実行する場合は、一時的に最大で4ギガバイトの領域がさらに必要になります。
    ディスクの空き容量を確認するためには<command>df</command>コマンドを使います。
   </para>
+</sect2>
  </sect1>
 
  <sect1 id="install-getsource">
index 4f9caa82e09fae51848a64d15b008b47ce870333..3136797297b27d3bd00d3c41346b0e27d1c1a3cf 100644 (file)
  <sect1 id="install-requirements">
   <title>Requirements</title>
 
+  <sect2 id="platform-requirements">
+  <title>System requirements</title>
   <para>
-   In general, a modern Unix-compatible platform should be able to run
-   <productname>Pgpool-II</>. Windows is not supported.
+   <productname>Pgpool-II</productname> is supposed to run on most
+   UNIX compatible environments.  Windows is not supported.
+   Followings are the list of platforms the development community
+   have been verifying. Other platforms have not been verified.
+   <itemizedlist>
+    <listitem>
+     <para>
+      Rocky Linux 9 (x86_64)
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      Rocky Linux 8 (x86_64)
+     </para>
+    </listitem>
+   </itemizedlist>
+   Linux distributions compatible with them should
+   run <productname>Pgpool-II</productname>.
   </para>
 
+  <para>
+   <ulink url="https://pgpool.net/mediawiki/index.php/Apt_Repository">packages</ulink>
+   for Debian/Ubuntu are provided.
+  </para>
+
+  <para>
+   We have some reports from users who successfully
+   run <productname>Pgpool-II</productname>.
+   <itemizedlist>
+    <listitem>
+     <para>
+      Ubuntu 20.04 (x86_64)
+     </para>
+    </listitem>
+    <listitem>
+     <para>
+      OpenBSD
+     </para>
+    </listitem>
+   </itemizedlist>
+   </para>
+ </sect2>
+
+ <sect2 id="software-requirements">
+  <title>Software requirements</title>
+
   <para>
    The following software packages are required for building
    <productname>Pgpool-II</>:
    4 GB. Use the <command>df</command> command to check free disk
    space.
   </para>
+ </sect2>
  </sect1>
 
  <sect1 id="install-getsource">