OSDN Git Service

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

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

index 5d17749..4e1c2e2 100644 (file)
 
 <h1 id="release_note">リリースノート</h1>
 
+<h2 id="migration">バージョン1.2への移行</h2>
+<p>pg_bigmを古いバージョンから1.2にアップグレードするには、以下のコマンドを実行してください。</p>
+<pre>
+ALTER EXTENSION pg_bigm UPDATE TO '1.2';
+</pre>
+
 <h2 id="release_note_2015-XX-YY">バージョン1.2 (2015-MM-DD リリース)</h2>
 <ul>
 <li><p><a href="pg_bigm-1-2.html#pg_gin_pending_cleanup">pg_gin_pending_cleanup</a>関数を追加しました。 (Fujii Masao)</p></li>
 <li><p>pg_bigmの全文検索インデックスを作成可能なカラムの最大サイズを43MBから102MBに増やしました。 (Beena Emerson)</p></li>
 <li><p>確保するメモリのサイズを計算する際のバッファオーバフローの可能性を修正しました。(Fujii Masao)</p></li>
 </ul>
-<h3 id="migration">バージョン1.2への移行</h3>
-<p>pg_bigmを古いバージョンから1.2にアップグレードするには、以下のコマンドを実行してください。</p>
-<pre>
-ALTER EXTENSION pg_bigm UPDATE TO '1.2';
-</pre>
 
 <hr>
 <div align="right">Copyright (c) 2012-2015, NTT DATA Corporation</div>
index bdf8cca..9ed2559 100644 (file)
 
 <h1 id="release_note">Release Notes</h1>
 
+<h2 id="migration">Migration to Version 1.2</h2>
+<p>The following command would upgrade the older version of pg_bigm to 1.2.</p>
+<pre>
+ALTER EXTENSION pg_bigm UPDATE TO '1.2';
+</pre>
+
 <h2 id="release_note_2015-XX-YY">Version 1.2 (released on 2015-XX-YY)</h2>
 <ul>
 <li><p>Add <a href="pg_bigm_en-1-2.html#pg_gin_pending_cleanup">pg_gin_pending_cleanup</a> function (Fujii Masao)</p></li>
 <li><p>Increase the maximum size of the column indexed by pg_bigm GIN index from 43MB to 102MB (Beena Emerson)</p></li>
 <li><p>Fix possible overflow in calculations of memory allocation request sizes (Fujii Masao)</p></li>
 </ul>
-<h3 id="migration">Migration to Version 1.2</h3>
-<p>The following command would upgrade the older version of pg_bigm to 1.2.</p>
-<pre>
-ALTER EXTENSION pg_bigm UPDATE TO '1.2';
-</pre>
 
 <hr>
 <div align="right">Copyright (c) 2012-2015, NTT DATA Corporation</div>