OSDN Git Service

Fix document bugs.
authorKyotaro Horiguchi <horikyoga.ntt@gmail.com>
Thu, 29 Oct 2020 12:07:23 +0000 (21:07 +0900)
committerKyotaro Horiguchi <horikyoga.ntt@gmail.com>
Thu, 29 Oct 2020 12:08:29 +0000 (21:08 +0900)
Some stale descriptions were left in the docs. Fix them.

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

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