From a11d94d28a585d1dacefd74cc6206c380ad1ddc7 Mon Sep 17 00:00:00 2001 From: MasaoFujii Date: Thu, 27 Aug 2015 02:53:01 +0900 Subject: [PATCH] Improve the comparison table of pg_trgm and pg_bigm in the document. 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 | 3 +++ html/pg_bigm_en-1-2.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/html/pg_bigm-1-2.html b/html/pg_bigm-1-2.html index 225cfcb..fbf4644 100644 --- a/html/pg_bigm-1-2.html +++ b/html/pg_bigm-1-2.html @@ -74,6 +74,9 @@ 利用できるインデックスの種類 GINとGiST GINのみ +利用できるテキスト検索演算子 + LIKE (~~)、ILIKE (~~*)、~、~* + LIKEのみ 日本語検索 未対応(*1) 対応済 diff --git a/html/pg_bigm_en-1-2.html b/html/pg_bigm_en-1-2.html index 7fe3dfd..e049635 100644 --- a/html/pg_bigm_en-1-2.html +++ b/html/pg_bigm_en-1-2.html @@ -74,6 +74,9 @@ For example, x.y is 1.1 and YYYYMMDD is 20131122 if the file of the version 1.1 Available index GIN and GiST GIN only +Available text search operators + LIKE (~~), ILIKE (~~*), ~, ~* + LIKE only Full text search for non-alphabetic language
(e.g., Japanese) Not supported (*1) Supported -- 2.11.0