Kouhei Sutou
null+****@clear*****
Mon Jul 3 16:43:31 JST 2017
Kouhei Sutou 2017-07-03 16:43:31 +0900 (Mon, 03 Jul 2017) New Revision: f910a70f2ea8d1783bc283ee1e55d8b131046f53 https://github.com/pgroonga/pgroonga.github.io/commit/f910a70f2ea8d1783bc283ee1e55d8b131046f53 Message: Add Debian Stretch to WAL supported package platform Modified files: _po/ja/reference/replication.po ja/reference/replication.md reference/replication.md Modified: _po/ja/reference/replication.po (+39 -11) =================================================================== --- _po/ja/reference/replication.po 2017-07-03 16:42:25 +0900 (cbe351c) +++ _po/ja/reference/replication.po 2017-07-03 16:43:31 +0900 (bf5ec5b) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2017-04-28 18:10+0900\n" +"PO-Revision-Date: 2017-07-03 16:43+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -157,17 +157,30 @@ msgid "" msgstr "このドキュメントではCentOS 7用のコマンドラインを書いています。もし、他のプラットフォームを使っている場合は自分でコマンドラインを調整してください。" msgid "" -"For now (2017-04-29), the official PGroonga packages for Ubuntu 17.04, CentOS " -"6, CentOS 7 and Windows are packages that support WAL. Because WAL support req" -"uires MessagePack and PostgreSQL 9.6 or later. Packages for other platforms do" -"n'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 MessageP" -"ack." +"For now (2017-07-03), the following official PGroonga packages support WAL. Be" +"cause WAL support requires MessagePack and PostgreSQL 9.6 or later. Packages f" +"or other platforms don't satisfy one of them. If you build PGroonga from sourc" +"e, see [Install from source](../install/source.html). It describes about how t" +"o build with MessagePack." +msgstr "" +"2017年7月03日現在、WALをサポートしている公式のPGroongaパッケージは次の通りです。これはWALサポートにはMessagePackとPostg" +"reSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満たしていません。PGroongaをソースからビルドする場合は、[ソースから" +"インストール](../install/source.html)を読んでください。MessagePackと一緒にビルドする方法が書いています。" + +msgid " * [Debian GNU/Linux Stretch][debian-stretch]" +msgstr "" + +msgid " * [Ubuntu 17.04][ubuntu]" +msgstr "" + +msgid " * [CentOS 6][centos-6]" +msgstr "" + +msgid " * [CentOS 7][centos-7]" +msgstr "" + +msgid " * [Windows][windows]" msgstr "" -"2017年4月29日現在、WALサポートしている公式のPGroongaパッケージはUbuntu 17.04用とCentOS 6用とCentOS 7用とWin" -"dows用です。これはWALサポートにはMessagePackとPostgreSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満" -"たしていません。PGroongaをソースからビルドする場合は、[ソースからインストール](../install/source.html)を読んでください。M" -"essagePackと一緒にビルドする方法が書いています。" msgid "## [normal] Install PostgreSQL on master and slaves" msgstr "## [通常] マスターとスレーブでPostgreSQLをインストールする" @@ -595,3 +608,18 @@ msgstr "" msgid "Slave2:" msgstr "スレーブ2:" + +msgid "[debian-stretch]:../install/debian.html#install-on-stretch" +msgstr "" + +msgid "[ubuntu]:../install/ubuntu.html" +msgstr "" + +msgid "[centos-6]:../install/centos.html#install-on-6" +msgstr "" + +msgid "[centos-7]:../install/centos.html#install-on-7" +msgstr "" + +msgid "[windows]:../install/windows.html" +msgstr "" Modified: ja/reference/replication.md (+21 -1) =================================================================== --- ja/reference/replication.md 2017-07-03 16:42:25 +0900 (be4799a) +++ ja/reference/replication.md 2017-07-03 16:43:31 +0900 (c2e95bd) @@ -72,7 +72,17 @@ PostgreSQL組み込みのWALベースのストリーミングレプリケーシ このドキュメントではCentOS 7用のコマンドラインを書いています。もし、他のプラットフォームを使っている場合は自分でコマンドラインを調整してください。 -2017年4月29日現在、WALサポートしている公式のPGroongaパッケージはUbuntu 17.04用とCentOS 6用とCentOS 7用とWindows用です。これはWALサポートにはMessagePackとPostgreSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満たしていません。PGroongaをソースからビルドする場合は、[ソースからインストール](../install/source.html)を読んでください。MessagePackと一緒にビルドする方法が書いています。 +2017年7月03日現在、WALをサポートしている公式のPGroongaパッケージは次の通りです。これはWALサポートにはMessagePackとPostgreSQL 9.6以降が必要だからです。他のプラットフォームはこれら2つの条件を満たしていません。PGroongaをソースからビルドする場合は、[ソースからインストール](../install/source.html)を読んでください。MessagePackと一緒にビルドする方法が書いています。 + + * [Debian GNU/Linux Stretch][debian-stretch] + + * [Ubuntu 17.04][ubuntu] + + * [CentOS 6][centos-6] + + * [CentOS 7][centos-7] + + * [Windows][windows] ## [通常] マスターとスレーブでPostgreSQLをインストールする @@ -411,3 +421,13 @@ SELECT title FROM entries WHERE title %% 'replication'; -- PostgreSQL 9.6 and replication -- (2 rows) ``` + +[debian-stretch]:../install/debian.html#install-on-stretch + +[ubuntu]:../install/ubuntu.html + +[centos-6]:../install/centos.html#install-on-6 + +[centos-7]:../install/centos.html#install-on-7 + +[windows]:../install/windows.html Modified: reference/replication.md (+21 -1) =================================================================== --- reference/replication.md 2017-07-03 16:42:25 +0900 (9128654) +++ reference/replication.md 2017-07-03 16:43:31 +0900 (9594718) @@ -72,7 +72,17 @@ 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-29), the official PGroonga packages for Ubuntu 17.04, CentOS 6, CentOS 7 and Windows are 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-07-03), the following official PGroonga packages 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. + + * [Debian GNU/Linux Stretch][debian-stretch] + + * [Ubuntu 17.04][ubuntu] + + * [CentOS 6][centos-6] + + * [CentOS 7][centos-7] + + * [Windows][windows] ## [normal] Install PostgreSQL on master and slaves @@ -411,3 +421,13 @@ SELECT title FROM entries WHERE title %% 'replication'; -- PostgreSQL 9.6 and replication -- (2 rows) ``` + +[debian-stretch]:../install/debian.html#install-on-stretch + +[ubuntu]:../install/ubuntu.html + +[centos-6]:../install/centos.html#install-on-6 + +[centos-7]:../install/centos.html#install-on-7 + +[windows]:../install/windows.html -------------- next part -------------- HTML����������������������������...Download