OSDN Git Service

Get rid of the restriction of available database locale.
authorMasaoFujii <masao.fujii@gmail.com>
Wed, 30 Oct 2013 13:41:42 +0000 (22:41 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Wed, 30 Oct 2013 13:41:42 +0000 (22:41 +0900)
Beena Emerson, Amit Langote, Fujii Masao

html/pg_bigm-1-1.html
html/pg_bigm_en-1-1.html
html/release-1-1-201310xx.html
html/release-1-1-201310xx_en.html

index 5f2d347..22118cc 100644 (file)
@@ -79,9 +79,6 @@
 <tr><td>類似文字列の検索</td>
   <td nowrap>対応済</td>
   <td>対応済(バージョン1.1以降)</td></tr>
-<tr><td>使用できるデータベースのロケール</td>
-  <td nowrap>制限なし</td>
-  <td>ロケールCのみ</td></tr>
 </tbody>
 </table>
 
@@ -168,7 +165,7 @@ $ psql -d &lt;データベース名&gt;
 
 <ul>
 <li>$PGDATAは、データベースクラスタのパスを決めて、そのパスで置き換えてください。</li>
-<li>pg_bigmã\81®ç\99»é\8c²å\85\88ã\81®ã\83\87ã\83¼ã\82¿ã\83\99ã\83¼ã\82¹ã\81§ã\81¯ã\80\81ã\82¨ã\83³ã\82³ã\83¼ã\83\87ã\82£ã\83³ã\82°ã\81¯UTF-8ã\80\81ã\83­ã\82±ã\83¼ã\83«ã\81¯Cã\81§ã\81ªã\81\91ã\82\8cã\81°ã\81ªã\82\8aã\81¾ã\81\9bã\82\93。</li>
+<li>pg_bigmã\81¯ã\80\81PostgreSQLã\81§å\88©ç\94¨ã\81§ã\81\8dã\82\8bã\81\99ã\81¹ã\81¦ã\81®ã\82¨ã\83³ã\82³ã\83¼ã\83\87ã\82£ã\83³ã\82°ã\81¨ã\83­ã\82±ã\83¼ã\83«ã\82\92ã\82µã\83\9dã\83¼ã\83\88ã\81\97ã\81¦ã\81\84ã\81¾ã\81\99。</li>
 <li>postgresql.confで、<a href="http://www.postgresql.jp/document/current/html/runtime-config-resource.html#GUC-SHARED-PRELOAD-LIBRARIES">shared_preload_libraries</a>と<a href="http://www.postgresql.jp/document/9.1/html/runtime-config-custom.html#GUC-CUSTOM-VARIABLE-CLASSES">custom_variable_classes</a>にpg_bigmを設定するのは必須です。 
   <ul>
     <li>PostgreSQL9.2以降ではcustom_variable_classesは存在しません。設定が必要なのはshared_preload_librariesだけです。</li>
index a6a5643..93beebe 100644 (file)
@@ -79,9 +79,6 @@
 <tr><td>Similarity search</td>
   <td nowrap>Supported</td>
   <td>Supported (version 1.1 or later)</td></tr>
-<tr><td>Available database locale</td>
-  <td nowrap>Same as PostgreSQL</td>
-  <td>Only locale C</td></tr>
 </tbody>
 </table>
 
@@ -168,7 +165,7 @@ $ psql -d &lt;database name&gt;
 
 <ul>
 <li>Replace $PGDATA with the path to database cluster.</li>
-<li>In the database that pg_bigm is loaded into, encoding must be UTF-8 and locale must be C.</li>
+<li>pg_bigm supports all PostgreSQL encoding and locale.</li>
 <li>In postgresql.conf, pg_bigm must be added into <a href="http://www.postgresql.org/docs/current/static/runtime-config-resource.html#GUC-SHARED-PRELOAD-LIBRARIES">shared_preload_libraries</a> and <a href="http://www.postgresql.org/docs/current/static/runtime-config-custom.html#GUC-CUSTOM-VARIABLE-CLASSES">custom_variable_classes</a>.
   <ul>
     <li>In PostgreSQL 9.2 or later, you need to set only shared_preload_libraries because custom_variable_classes doesn't exist.</li>
index a66bcc6..7424090 100644 (file)
@@ -47,7 +47,7 @@ ALTER EXTENSION pg_bigm UPDATE TO '1.1';
  <p>pg_trgmとpg_bigmが共存できることを確認するリグレッションテストを追加しました。 (Beena Emerson, Fujii Masao)</p>
  <p>新しいコマンド"make installcheck-trgm"はpg_trgmとpg_bigmが共存できるかどうか確認します。</p></li>
 <li><p>gin_key_limit = 1のときのenable_recheckの挙動に関するバグを修正しました。 (Fujii Masao, Beena Emerson)</p></li>
-<li><p>使ç\94¨ã\81§ã\81\8dã\82\8bã\82¨ã\83³ã\82³ã\83¼ã\83\87ã\82£ã\83³ã\82°ã\81®å\88¶ç´\84ã\82\92å\8f\96ã\82\8aé\99¤ã\81\8dã\81¾ã\81\97ã\81\9fã\80\82 (Beena Emerson)</p></li>
+<li><p>使ç\94¨ã\81§ã\81\8dã\82\8bã\82¨ã\83³ã\82³ã\83¼ã\83\87ã\82£ã\83³ã\82°ã\81¨ã\83­ã\82±ã\83¼ã\83«ã\81®å\88¶ç´\84ã\82\92å\8f\96ã\82\8aé\99¤ã\81\8dã\81¾ã\81\97ã\81\9fã\80\82 (Beena Emerson, Amit Langote, Fujii Masao)</p></li>
 </ul>
 
 <hr>
index 89fd5e3..e614f97 100644 (file)
@@ -49,7 +49,7 @@ ALTER EXTENSION pg_bigm UPDATE TO '1.1';
  <p>Add regression test to check co-existence of pg_bigm with pg_trgm (Beena Emerson, Fujii Masao)</p>
  <p>A new command "make installcheck-trgm" will check if both modules can co-exist</p></li>
 <li><p>Fix bug in enable_recheck with gin_key_limit = 1 (Fujii Masao, Beena Emerson)</p></li>
-<li><p>Get rid of the restriction of available database encoding (Beena Emerson)</p></li>
+<li><p>Get rid of the restriction of available database encoding and locale (Beena Emerson, Amit Langote, Fujii Masao)</p></li>
 </ul>
 
 <hr>