Navigation Menu

Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2017
1 parent 0bb3a93 commit 2631f10
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 20 deletions.
59 changes: 54 additions & 5 deletions _po/ja/news/index.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2016-11-30 17:35+0900\n"
"PO-Revision-Date: 2017-04-26 16:26+0900\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -20,12 +20,64 @@ msgstr ""
msgid "# News"
msgstr "# おしらせ"

msgid "## 1.1.9: 2016-11-30 {#version-1-1-9}"
msgid "## 1.2.0: 2017-04-XX {#version-1-2-0}"
msgstr ""

msgid "### Improvements"
msgstr "### 改良"

msgid " * [[Windows](../install/windows.html)] Upgraded bundled Groonga to 7.0.1."
msgstr ""

msgid " * [[CentOS](../install/centos.html) 6] Supported WAL."
msgstr ""

msgid ""
" * [[Replication](../reference/replication.html)] Supported NULL column value"
"."
msgstr ""

msgid ""
" * [[`pgroonga.score` function](../reference/functions/pgroonga-score.html)] "
"Improved performance. This improvements makes `pgroonga.score` function 30 tim"
"es faster. [GitHub#31][Reported by yongxianggao-chanjet]"
msgstr ""

msgid " * Supported PostgreSQL 9.6.2."
msgstr ""

msgid " * Required Groonga 6.1.1 or later."
msgstr ""

msgid ""
" * [[`pgroonga_check`](../reference/modules/pgroonga-check.html)] Added. It c"
"hecks PGroonga database consistency on startup. If PGroonga database is broken"
", it tries to recover the database."
msgstr ""

msgid " * Supported applying WAL on `INSERT`."
msgstr ""

msgid ""
" * [[`CREATE INDEX USING pgroonga`](../reference/create-index-using-pgroonga."
"html)] Supported token filters. [GitHub#32][Reported by Tim Bellefleur]"
msgstr ""

msgid " * [[Windows](../install/windows.html)] Supported PostgreSQL 9.5.6."
msgstr ""

msgid " * [[Windows](../install/windows.html)] Supported PostgreSQL 9.6.2."
msgstr ""

msgid "### Fixes"
msgstr "### 修正"

msgid " * [[CentOS](../install/centos.html)] Fixed wrong msgpack library link."
msgstr ""

msgid "## 1.1.9: 2016-11-30 {#version-1-1-9}"
msgstr ""

msgid " * [[Windows](../install/windows.html)] Upgraded bundled Groonga to 6.1.1."
msgstr ""

Expand Down Expand Up @@ -112,9 +164,6 @@ msgid ""
"ath.html)] Added a new parameter to control path of query log."
msgstr ""

msgid "### Fixes"
msgstr "### 修正"

msgid ""
" * [[`pgroonga_tuple_is_alive` Groonga function](../reference/groonga-functio"
"ns/pgroonga-tuple-is-alive.html)] Fixed a bug that it may always return `false"
Expand Down
20 changes: 10 additions & 10 deletions _po/ja/reference/replication.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2017-04-11 10:58+0900\n"
"PO-Revision-Date: 2017-04-26 18:11+0900\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -157,16 +157,16 @@ msgid ""
msgstr "このドキュメントではCentOS 7用のコマンドラインを書いています。もし、他のプラットフォームを使っている場合は自分でコマンドラインを調整してください。"

msgid ""
"For now (2016-11-09), the official PGroonga packages for CentOS 7 and Windows "
"are only packages that support WAL. Because WAL support requires MessagePack a"
"nd PostgreSQL 9.6 or later. Packages for other platforms don't satisfy one of "
"them. If you build PGroonga from source, see [Install from source](../install/"
"source.html). It describes about how to build with MessagePack."
"For now (2017-04-29), the official PGroonga packages for CentOS 6, CentOS 7 an"
"d Windows are only packages that support WAL. Because WAL support requires Mes"
"sagePack and PostgreSQL 9.6 or later. Packages for other platforms don't satis"
"fy one of them. If you build PGroonga from source, see [Install from source](."
"./install/source.html). It describes about how to build with MessagePack."
msgstr ""
"2016年11月9日現在、WALサポートしている公式のPGroongaパッケージはCentOS 7用とWindows用だけです。これはWALサポートにはMe"
"ssagePackとPostgreSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満たしていません。PGroongaをソースから"
"ビルドする場合は、[ソースからインストール](../install/source.html)を読んでください。MessagePackと一緒にビルドする方法が"
"書いています。"
"2017年4月29日現在、WALサポートしている公式のPGroongaパッケージはCentOS 6用とCentOS 7用とWindows用だけです。これはW"
"ALサポートにはMessagePackとPostgreSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満たしていません。PGro"
"ongaをソースからビルドする場合は、[ソースからインストール](../install/source.html)を読んでください。MessagePackと一"
"緒にビルドする方法が書いています。"

msgid "## [normal] Install PostgreSQL on master and slaves"
msgstr "## [通常] マスターとスレーブでPostgreSQLをインストールする"
Expand Down
30 changes: 30 additions & 0 deletions ja/news/index.md
Expand Up @@ -4,6 +4,36 @@ title: おしらせ

# おしらせ

## 1.2.0: 2017-04-XX {#version-1-2-0}

### 改良

* [[Windows](../install/windows.html)] Upgraded bundled Groonga to 7.0.1.

* [[CentOS](../install/centos.html) 6] Supported WAL.

* [[Replication](../reference/replication.html)] Supported NULL column value.

* [[`pgroonga.score` function](../reference/functions/pgroonga-score.html)] Improved performance. This improvements makes `pgroonga.score` function 30 times faster. [GitHub#31][Reported by yongxianggao-chanjet]

* Supported PostgreSQL 9.6.2.

* Required Groonga 6.1.1 or later.

* [[`pgroonga_check`](../reference/modules/pgroonga-check.html)] Added. It checks PGroonga database consistency on startup. If PGroonga database is broken, it tries to recover the database.

* Supported applying WAL on `INSERT`.

* [[`CREATE INDEX USING pgroonga`](../reference/create-index-using-pgroonga.html)] Supported token filters. [GitHub#32][Reported by Tim Bellefleur]

* [[Windows](../install/windows.html)] Supported PostgreSQL 9.5.6.

* [[Windows](../install/windows.html)] Supported PostgreSQL 9.6.2.

### 修正

* [[CentOS](../install/centos.html)] Fixed wrong msgpack library link.

## 1.1.9: 2016-11-30 {#version-1-1-9}

### 改良
Expand Down
2 changes: 1 addition & 1 deletion ja/reference/replication.md
Expand Up @@ -72,7 +72,7 @@ PostgreSQL組み込みのWALベースのストリーミングレプリケーシ

このドキュメントではCentOS 7用のコマンドラインを書いています。もし、他のプラットフォームを使っている場合は自分でコマンドラインを調整してください。

2016年11月9日現在、WALサポートしている公式のPGroongaパッケージはCentOS 7用とWindows用だけです。これはWALサポートにはMessagePackとPostgreSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満たしていません。PGroongaをソースからビルドする場合は、[ソースからインストール](../install/source.html)を読んでください。MessagePackと一緒にビルドする方法が書いています。
2017年4月29日現在、WALサポートしている公式のPGroongaパッケージはCentOS 6用とCentOS 7用とWindows用だけです。これはWALサポートにはMessagePackとPostgreSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満たしていません。PGroongaをソースからビルドする場合は、[ソースからインストール](../install/source.html)を読んでください。MessagePackと一緒にビルドする方法が書いています。

## [通常] マスターとスレーブでPostgreSQLをインストールする

Expand Down
4 changes: 1 addition & 3 deletions news/index.md
Expand Up @@ -20,13 +20,11 @@ title: News

* Required Groonga 6.1.1 or later.

* [[`pgroonga-check`](../reference/modules/pgroonga-check.html)] Added. It checks PGroonga database consistency on startup. If PGroonga database is broken, it tries to recover the database.
TODO: DOCUMENT ME.
* [[`pgroonga_check`](../reference/modules/pgroonga-check.html)] Added. It checks PGroonga database consistency on startup. If PGroonga database is broken, it tries to recover the database.

* Supported applying WAL on `INSERT`.

* [[`CREATE INDEX USING pgroonga`](../reference/create-index-using-pgroonga.html)] Supported token filters. [GitHub#32][Reported by Tim Bellefleur]
TODO: DOCUMENT ME.

* [[Windows](../install/windows.html)] Supported PostgreSQL 9.5.6.

Expand Down
2 changes: 1 addition & 1 deletion reference/replication.md
Expand Up @@ -72,7 +72,7 @@ This document uses the following environment:

This document shows command lines for CentOS 7. If you're using other platforms, adjust command lines by yourself.

For now (2017-04-XX), the official PGroonga packages for CentOS 6, CentOS 7 and Windows are only packages that support WAL. Because WAL support requires MessagePack and PostgreSQL 9.6 or later. Packages for other platforms don't satisfy one of them. If you build PGroonga from source, see [Install from source](../install/source.html). It describes about how to build with MessagePack.
For now (2017-04-29), the official PGroonga packages for CentOS 6, CentOS 7 and Windows are only packages that support WAL. Because WAL support requires MessagePack and PostgreSQL 9.6 or later. Packages for other platforms don't satisfy one of them. If you build PGroonga from source, see [Install from source](../install/source.html). It describes about how to build with MessagePack.

## [normal] Install PostgreSQL on master and slaves

Expand Down

0 comments on commit 2631f10

Please sign in to comment.