OSDN Git Service

Improve the comparison table of pg_trgm and pg_bigm in the document.
authorMasaoFujii <masao.fujii@gmail.com>
Wed, 26 Aug 2015 17:53:01 +0000 (02:53 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Wed, 26 Aug 2015 17:53:01 +0000 (02:53 +0900)
This patch adds the information about the difference of available
text search operators in pg_trgm and pg_bigm into the comparison
table.

Back-patch to all supported versions.

Reviewed by Masahiko Sawada.

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

index 225cfcb..fbf4644 100644 (file)
@@ -74,6 +74,9 @@
 <tr><td>利用できるインデックスの種類</td>
   <td nowrap>GINとGiST</td>
   <td>GINのみ</td></tr>
+<tr><td>利用できるテキスト検索演算子</td>
+  <td nowrap>LIKE (~~)、ILIKE (~~*)、~、~*</td>
+  <td>LIKEのみ</td></tr>
 <tr><td>日本語検索</td>
   <td nowrap>未対応(*1)</td>
   <td>対応済</td></tr>
index 7fe3dfd..e049635 100644 (file)
@@ -74,6 +74,9 @@ For example, x.y is 1.1 and YYYYMMDD is 20131122 if the file of the version 1.1
 <tr><td>Available index</td>
   <td nowrap>GIN and GiST</td>
   <td>GIN only</td></tr>
+<tr><td>Available text search operators</td>
+  <td nowrap>LIKE (~~), ILIKE (~~*), ~, ~*</td>
+  <td>LIKE only</td></tr>
 <tr><td>Full text search for non-alphabetic language<br>(e.g., Japanese)</td>
   <td nowrap>Not supported (*1)</td>
   <td>Supported</td></tr>