OSDN Git Service

Change the release note layout.
authorMasahiko Sawada <sawada.mshk@gmail.com>
Wed, 9 Sep 2015 04:56:34 +0000 (13:56 +0900)
committerMasahiko Sawada <sawada.mshk@gmail.com>
Wed, 9 Sep 2015 04:56:34 +0000 (13:56 +0900)
Move how to migration to top of the release note, and promote
its paragraph level.

html/release-1-1.html
html/release-1-1_en.html

index 76d91f8..59fd04d 100644 (file)
 
 <h1 id="release_note">リリースノート</h1>
 
+<h2 id="migration">バージョン1.1への移行</h2>
+<p>pg_bigmをバージョン1.0から1.1にアップグレードするには、以下のコマンドを実行してください。</p>
+<pre>
+ALTER EXTENSION pg_bigm UPDATE TO '1.1';
+</pre>
+<p>gin_trgm_opsの演算子クラスを使って作成したインデックスがある場合、pg_bigmをバージョン1.0から1.1にアップグレードできません。これは、演算子クラスgin_trgm_opsがバージョン1.1でpg_bigmから削除されたためです。</p>
+
 <h2 id="release_note_2015-09-10">バージョン1.1 (2015-09-10 リリース)</h2>
 <ul>
 <li><p>利用可能なテキスト検索演算子に関する情報を、ドキュメント内にあるpg_trgmとpg_bigmの<a href="pg_bigm-1-1.html#pg_trgm">比較表</a>に追加しました。(Fujii Masao)</p></li>
 <li><p>gin_key_limit = 1のときのenable_recheckの挙動に関するバグを修正しました。 (Fujii Masao, Beena Emerson)</p></li>
 <li><p>使用できるエンコーディングとロケールの制約を取り除きました。 (Beena Emerson, Amit Langote, Fujii Masao)</p></li>
 </ul>
-<h3 id="migration">バージョン1.1への移行</h3>
-<p>pg_bigmをバージョン1.0から1.1にアップグレードするには、以下のコマンドを実行してください。</p>
-<pre>
-ALTER EXTENSION pg_bigm UPDATE TO '1.1';
-</pre>
-<p>gin_trgm_opsの演算子クラスを使って作成したインデックスがある場合、pg_bigmをバージョン1.0から1.1にアップグレードできません。これは、演算子クラスgin_trgm_opsがバージョン1.1でpg_bigmから削除されたためです。</p>
 
 <hr>
 <div align="right">Copyright (c) 2012-2015, NTT DATA Corporation</div>
index 4190a05..a86d638 100644 (file)
 
 <h1 id="release_note">Release Notes</h1>
 
+<h2 id="migration">Migration to Version 1.1</h2>
+<p>The following command would upgrade the current pg_bigm 1.0 to 1.1.</p>
+<pre>
+ALTER EXTENSION pg_bigm UPDATE TO '1.1';
+</pre>
+<p>Kindly note that if an existing index uses "gin_trgm_ops" in the database then it will not possible to upgrade from 1.0 to 1.1 since the operator class "gin_trgm_ops" is dropped in version 1.1.</p>
+
 <h2 id="release_note_2015-09-10">Version 1.1 (released on 2015-09-10)</h2>
 <ul>
 <li><p>Add the information about the available text search operators into the <a href="pg_bigm_en-1-1.html#pg_trgm">comparison table</a> of pg_trgm and pg_bigm in the document (Fujii Masao)</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 and locale (Beena Emerson, Amit Langote, Fujii Masao)</p></li>
 </ul>
-<h3 id="migration">Migration to Version 1.1</h3>
-<p>The following command would upgrade the current pg_bigm 1.0 to 1.1.</p>
-<pre>
-ALTER EXTENSION pg_bigm UPDATE TO '1.1';
-</pre>
-<p>Kindly note that if an existing index uses "gin_trgm_ops" in the database then it will not possible to upgrade from 1.0 to 1.1 since the operator class "gin_trgm_ops" is dropped in version 1.1.</p>
 
 <hr>
 <div align="right">Copyright (c) 2012-2015, NTT DATA Corporation</div>