OSDN Git Service

Document that pg_bigm 1.1 was confirmed to work with PostgreSQL9.6.
authorMasaoFujii <masao.fujii@gmail.com>
Tue, 11 Oct 2016 09:50:25 +0000 (18:50 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Tue, 11 Oct 2016 09:50:25 +0000 (18:50 +0900)
Also document that pg_bigm 1.1 is not available for parallel query feature
supported in PostgreSQL 9.6, as a limitation.

html/pg_bigm-1-1.html
html/pg_bigm_en-1-1.html

index ba55cda..79f8135 100644 (file)
 </tr>
 <tr>
   <td>DBMS</td>
-  <td nowrap>PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5</td>
+  <td nowrap>PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6</td>
 </tr>
 </tbody>
 </table>
@@ -509,6 +509,10 @@ ERROR:  out of memory
 
 <p>この制約はpg_trgmにも存在しますが、pg_trgmでは最大238,609,291Byte (約228MB)までインデックスの作成が可能です。</p>
 
+<h3 id="parallel_query">パラレルクエリ</h3>
+
+<p>pg_bigm 1.1は、PostgreSQL9.6でサポートされたパラレルクエリに未対応です。pg_bigmをパラレルクエリで使いたい場合は、pg_bigm 1.2以降を試してください。</p>
+
 <h2 id="release_notes">リリースノート</h2>
 <ul>
 <li><a href="release-1-1.html">バージョン1.1</a></li>
index a8609ff..7f9deb9 100644 (file)
@@ -114,7 +114,7 @@ For example, x.y is 1.1 and YYYYMMDD is 20131122 if the file of the version 1.1
 </tr>
 <tr>
   <td>DBMS</td>
-  <td nowrap>PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5</td>
+  <td nowrap>PostgreSQL 9.1, 9.2, 9.3, 9.4, 9.5, 9.6</td>
 </tr>
 </tbody>
 </table>
@@ -508,6 +508,10 @@ ERROR:  out of memory
 
 <p>pg_trgm also has this limitation. However, the maximum size in the case of trgm indexed column is 238,609,291 Bytes (~228MB).</p>
 
+<h3 id="parallel_query">Parallel Query</h3>
+
+<p>pg_bigm 1.1 is not available for parallel query feature which was supported in PostgreSQL 9.6. Please try pg_bigm 1.2 or later if you want to use pg_bigm with parallel query.</p>
+
 <h2 id="release_notes">Release Notes</h2>
 <ul>
 <li><a href="release-1-1_en.html">Version 1.1</a></li>