OSDN Git Service

Minor document fix
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 13 Nov 2018 09:02:35 +0000 (18:02 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 13 Nov 2018 09:02:35 +0000 (18:02 +0900)
Just fix versions of PostgreSQL and OS.

doc/pg_hint_plan-ja.html
doc/pg_hint_plan.html

index 223ba2b..470ea22 100755 (executable)
@@ -675,12 +675,12 @@ postgres=#
 </dl>
 
 <h2 id="requirement">動作環境</h2>
-pg_hint_plan 1.3 は PostgreSQL 10 のみをサポートします。
+pg_hint_plan11 1.3 は PostgreSQL 11 のみをサポートします。
 <dl>
 <dt>PostgreSQL</dt>
-  <dd>バージョン 10</dd>
+  <dd>バージョン 11</dd>
 <dt>動作確認済みOS</dt>
-  <dd>CentOS 7.4</dd>
+  <dd>CentOS 7.5</dd>
 </dl>
 
 <h2 id="seealso">関連項目</h2>
index 4d386ab..be8a597 100755 (executable)
@@ -482,12 +482,12 @@ from executed in parallel.</dd>
 <p>pg_stat_statements generates a query id ignoring comments. As the result the identical queires with different hints are summerized as the same query.</p>
 
 <h2 id="requirement">Requirements</h2>
-pg_hint_plan 1.3 requires PostgreSQL 10.
+pg_hint_plan11 1.3 requires PostgreSQL 11.
 <dl>
 <dt>PostgreSQL versions tested</dt>
-  <dd>Version 10</dd>
+  <dd>Version 11</dd>
 <dt>OS versions tested</dt>
-  <dd>CentOS 7.4</dd>
+  <dd>CentOS 7.5</dd>
 </dl>
 
 <h2 id="seealso">See also</h2>