Fix installation procedure.
authorTatsuo Ishii <ishii@postgresql.org>
Sat, 19 Mar 2016 02:05:26 +0000 (11:05 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 19 Mar 2016 02:07:04 +0000 (11:07 +0900)
With PostgreSQL 9.4 or later, installing pgpool_regclass is not
needed.

doc/pgpool-en.html
doc/pgpool-ja.html

index da6713349b941f87f5feb2c8a01ed9865817a2c5..bd377ac90a2e43c0347542056322fd85daed89a5 100644 (file)
@@ -240,12 +240,14 @@ make install
 
 <h2 id="install_functions">Installing functions</h2>
 
-<h3>Installing pgpool_regclass (recommended) <span class="version">V3.0 -</span></h3>
+<h3>Installing pgpool_regclass (optional) <span class="version">V3.0 - </span></h3>
 <p>
-If you are using PostgreSQL 8.0 or later, installing pgpool_regclass function on all PostgreSQL
+If you are using PostgreSQL 8.0 to PostgreSQL 9.3, installing pgpool_regclass function on all PostgreSQL
 to be accessed by pgpool-II is strongly recommended, as it is used internally by pgpool-II.
 Without this, handling of duplicate table names in different schema
 might cause trouble (temporary tables aren't a problem).
+If you are using PostgreSQL 9.4 or later, installing pgpool_regclass
+is not necessary since an equivalent (to_regclass) is included in the PostgreSQL core.
 </p>
 
 <pre>
index 77e03d4e4a474c81b8e7a3f51ff191319967a04e..f5073acf5966ac8249257ea289bd9c6a6b4eaef1 100644 (file)
@@ -255,10 +255,13 @@ make install
 
 <h2 id="install_functions">関数の登録</h2>
 
-<h3 id="pgpool_regclass">pgpool_regclass のインストール(推奨) <span class="version">V3.0 〜</span></h3>
-<p>PostgreSQL 8.0 以降を使用している場合は、pgpool-II が内部で使用する C 関数
+<h3 id="pgpool_regclass">pgpool_regclass のインストール(オプション) <span class="version">V3.0 〜</span></h3>
+<p>PostgreSQL 8.0 ä»¥é\99\8dã\80\81PostgreSQL 9.3ã\81¾ã\81§ã\82\92使ç\94¨ã\81\97ã\81¦ã\81\84ã\82\8bå ´å\90\88ã\81¯ã\80\81pgpool-II ã\81\8cå\86\85é\83¨ã\81§ä½¿ç\94¨ã\81\99ã\82\8b C é\96¢æ\95°
 pgpool_regclass をインストールします。</p>
-
+<p>
+PostgreSQL 9.4以降を使用している場合は、pgpool_regclassのインストールは必要ありません。
+PostgreSQLに同等の関数(to_regclass)が含まれているからです。
+</p>
 <h4>pgpool_regclass とは?</h4>
 <p>
 この関数がインストールされていなくても pgpool-II は動作しますが、違うスキーマで同じテーブル名を定義していて、