Kouhei Sutou
null+****@clear*****
Wed Aug 16 21:48:56 JST 2017
Kouhei Sutou 2017-08-16 21:48:56 +0900 (Wed, 16 Aug 2017) New Revision: 753976a720ea00715f55245c0a9c86f8c3964acc https://github.com/pgroonga/pgroonga.github.io/commit/753976a720ea00715f55245c0a9c86f8c3964acc Message: Unify common document Modified files: _po/ja/install/index.po _po/ja/uninstall/index.po install/index.md ja/install/index.md ja/uninstall/index.md uninstall/index.md Modified: _po/ja/install/index.po (+8 -21) =================================================================== --- _po/ja/install/index.po 2017-08-16 21:46:46 +0900 (15206c6) +++ _po/ja/install/index.po 2017-08-16 21:48:56 +0900 (12084d0) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2017-04-26 18:11+0900\n" +"PO-Revision-Date: 2017-08-16 21:48+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,7 +35,8 @@ msgid "" " * 9.3\n" " * 9.4\n" " * 9.5\n" -" * 9.6" +" * 9.6\n" +" * 10" msgstr "" msgid "" @@ -108,25 +109,11 @@ msgstr "" "もし、このリストの中に自分のプラットフォームがない場合は、[ソースからビルドしてインストールする](source.html)か[issue](https:/" "/github.com/pgroonga/pgroonga/issues/new)にリクエストを送ってください。" -msgid "## Uninstall" -msgstr "## アンインストール" +msgid "## See also" +msgstr "## 参考" -msgid "You can uninstall PGroonga by the following SQL:" -msgstr "次のSQLでPGroongaをアンインストールできます。" +msgid " * [Uninstall][uninstall]" +msgstr " * [アンインストール][uninstall]" -msgid "" -"```sql\n" -"DROP EXTENSION pgroonga CASCADE;\n" -"```" -msgstr "" - -msgid "" -"If you're using PostgreSQL 9.5 or earlier, you need to also run the following " -"SQL:" -msgstr "PostgreSQL 9.5以前を使っている場合は以下のSQLも実行する必要があります。" - -msgid "" -"```sql\n" -"DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga';\n" -"```" +msgid "[uninstall]:../uninstall/" msgstr "" Modified: _po/ja/uninstall/index.po (+10 -7) =================================================================== --- _po/ja/uninstall/index.po 2017-08-16 21:46:46 +0900 (38b7d66) +++ _po/ja/uninstall/index.po 2017-08-16 21:48:56 +0900 (318b63e) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2015-10-25 22:54+0900\n" +"PO-Revision-Date: 2017-08-16 21:20+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,14 +23,17 @@ msgstr "次のSQLでPGroongaをアンインストールできます。" msgid "" "```sql\n" "DROP EXTENSION pgroonga CASCADE;\n" -"DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga';\n" +"```\n" "```" msgstr "" msgid "" -"It may be strange that we need to remove the record for PGroonga from `pg_cata" -"log.pg_am` by hand. If you know the correct SQL, [please tell us](https://gith" -"ub.com/pgroonga/pgroonga/issues/new)." +"If you're using PostgreSQL 9.5 or earlier, you need to also run the following " +"SQL:" +msgstr "PostgreSQL 9.5以前を使っている場合は以下のSQLも実行する必要があります。" + +msgid "" +"```sql\n" +"DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga';\n" +"```" msgstr "" -"手動で`pg_catalog.pg_am`からPGroongaを削除しなければいけないのはおかしいかもしれません。もし、正しいSQLを知っていたら[教えてく" -"ださい](https://github.com/pgroonga/pgroonga/issues/new)。" Modified: install/index.md (+4 -11) =================================================================== --- install/index.md 2017-08-16 21:46:46 +0900 (4eb435f) +++ install/index.md 2017-08-16 21:48:56 +0900 (2590ba8) @@ -14,6 +14,7 @@ Here are supported PostgreSQL versions: * 9.4 * 9.5 * 9.6 + * 10 If your PostgreSQL is older than them, you need to upgrade your PostgreSQL before you install PGroonga. @@ -57,16 +58,8 @@ See a document for your platform in the followings: If you can't find your platform in the above list, [build and install from source](source.html) or send a request as an [issue](https://github.com/pgroonga/pgroonga/issues/new). -## Uninstall +## See also -You can uninstall PGroonga by the following SQL: + * [Uninstall][uninstall] -```sql -DROP EXTENSION pgroonga CASCADE; -``` - -If you're using PostgreSQL 9.5 or earlier, you need to also run the following SQL: - -```sql -DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga'; -``` +[uninstall]:../uninstall/ Modified: ja/install/index.md (+4 -11) =================================================================== --- ja/install/index.md 2017-08-16 21:46:46 +0900 (8f59775) +++ ja/install/index.md 2017-08-16 21:48:56 +0900 (4022cd8) @@ -14,6 +14,7 @@ title: インストール * 9.4 * 9.5 * 9.6 + * 10 もし、これより古いPostgreSQLを使っているなら、PGroongaをインストールする前にPostgreSQLをアップグレードしてください。 @@ -57,16 +58,8 @@ title: インストール もし、このリストの中に自分のプラットフォームがない場合は、[ソースからビルドしてインストールする](source.html)か[issue](https://github.com/pgroonga/pgroonga/issues/new)にリクエストを送ってください。 -## アンインストール +## 参考 -次のSQLでPGroongaをアンインストールできます。 + * [アンインストール][uninstall] -```sql -DROP EXTENSION pgroonga CASCADE; -``` - -PostgreSQL 9.5以前を使っている場合は以下のSQLも実行する必要があります。 - -```sql -DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga'; -``` +[uninstall]:../uninstall/ Modified: ja/uninstall/index.md (+6 -2) =================================================================== --- ja/uninstall/index.md 2017-08-16 21:46:46 +0900 (53af8a5) +++ ja/uninstall/index.md 2017-08-16 21:48:56 +0900 (aa96fe6) @@ -8,7 +8,11 @@ title: Uninstall ```sql DROP EXTENSION pgroonga CASCADE; -DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga'; ``` +``` + +PostgreSQL 9.5以前を使っている場合は以下のSQLも実行する必要があります。 -手動で`pg_catalog.pg_am`からPGroongaを削除しなければいけないのはおかしいかもしれません。もし、正しいSQLを知っていたら[教えてください](https://github.com/pgroonga/pgroonga/issues/new)。 +```sql +DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga'; +``` Modified: uninstall/index.md (+6 -2) =================================================================== --- uninstall/index.md 2017-08-16 21:46:46 +0900 (6ad8709) +++ uninstall/index.md 2017-08-16 21:48:56 +0900 (17aa9c0) @@ -8,7 +8,11 @@ You can uninstall PGroonga by the following SQL: ```sql DROP EXTENSION pgroonga CASCADE; -DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga'; ``` +``` + +If you're using PostgreSQL 9.5 or earlier, you need to also run the following SQL: -It may be strange that we need to remove the record for PGroonga from `pg_catalog.pg_am` by hand. If you know the correct SQL, [please tell us](https://github.com/pgroonga/pgroonga/issues/new). +```sql +DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga'; +``` -------------- next part -------------- HTML����������������������������...下载