From ae42cbec2ba8d54994d3b662f30a3df28de2087f Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Wed, 9 Sep 2015 13:50:20 +0900 Subject: [PATCH] Change the release note layout. Move how to migration to top of the release note, and promote its paragraph level. --- html/release-1-2.html | 11 ++++++----- html/release-1-2_en.html | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/html/release-1-2.html b/html/release-1-2.html index 5d17749..4e1c2e2 100644 --- a/html/release-1-2.html +++ b/html/release-1-2.html @@ -20,6 +20,12 @@

リリースノート

+

バージョン1.2への移行

+

pg_bigmを古いバージョンから1.2にアップグレードするには、以下のコマンドを実行してください。

+
+ALTER EXTENSION pg_bigm UPDATE TO '1.2';
+
+

バージョン1.2 (2015-MM-DD リリース)

-

バージョン1.2への移行

-

pg_bigmを古いバージョンから1.2にアップグレードするには、以下のコマンドを実行してください。

-
-ALTER EXTENSION pg_bigm UPDATE TO '1.2';
-

Copyright (c) 2012-2015, NTT DATA Corporation
diff --git a/html/release-1-2_en.html b/html/release-1-2_en.html index bdf8cca..9ed2559 100644 --- a/html/release-1-2_en.html +++ b/html/release-1-2_en.html @@ -20,6 +20,12 @@

Release Notes

+

Migration to Version 1.2

+

The following command would upgrade the older version of pg_bigm to 1.2.

+
+ALTER EXTENSION pg_bigm UPDATE TO '1.2';
+
+

Version 1.2 (released on 2015-XX-YY)

-

Migration to Version 1.2

-

The following command would upgrade the older version of pg_bigm to 1.2.

-
-ALTER EXTENSION pg_bigm UPDATE TO '1.2';
-

Copyright (c) 2012-2015, NTT DATA Corporation
-- 2.11.0