[Groonga-commit] pgroonga/pgroonga.github.io at 9e4c114 [master] Update how to uninstall

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 8 23:58:59 JST 2016


Kouhei Sutou	2016-10-08 23:58:59 +0900 (Sat, 08 Oct 2016)

  New Revision: 9e4c11428a38b676487b41ad73487a5f3b5db63c
  https://github.com/pgroonga/pgroonga.github.io/commit/9e4c11428a38b676487b41ad73487a5f3b5db63c

  Message:
    Update how to uninstall

  Modified files:
    _po/ja/install/index.po
    install/index.md
    ja/install/index.md

  Modified: _po/ja/install/index.po (+9 -7)
===================================================================
--- _po/ja/install/index.po    2016-10-08 23:53:24 +0900 (1336bf1)
+++ _po/ja/install/index.po    2016-10-08 23:58:59 +0900 (98abbaf)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2016-10-08 22:55+0900\n"
+"PO-Revision-Date: 2016-10-08 23:58+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -82,14 +82,16 @@ msgstr "次のSQLでPGroongaをアンインストールできます。"
 msgid ""
 "```sql\n"
 "DROP EXTENSION pgroonga CASCADE;\n"
-"DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga';\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 (+5 -2)
===================================================================
--- install/index.md    2016-10-08 23:53:24 +0900 (7911d3e)
+++ install/index.md    2016-10-08 23:58:59 +0900 (7486ce6)
@@ -44,7 +44,10 @@ You can uninstall PGroonga by the following SQL:
 
 ```sql
 DROP EXTENSION pgroonga CASCADE;
-DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga';
 ```
 
-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).
+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';
+```

  Modified: ja/install/index.md (+5 -2)
===================================================================
--- ja/install/index.md    2016-10-08 23:53:24 +0900 (1b2b549)
+++ ja/install/index.md    2016-10-08 23:58:59 +0900 (d7a2a34)
@@ -44,7 +44,10 @@ title: インストール
 
 ```sql
 DROP EXTENSION pgroonga CASCADE;
-DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga';
 ```
 
-手動で`pg_catalog.pg_am`からPGroongaを削除しなければいけないのはおかしいかもしれません。もし、正しいSQLを知っていたら[教えてください](https://github.com/pgroonga/pgroonga/issues/new)。
+PostgreSQL 9.5以前を使っている場合は以下のSQLも実行する必要があります。
+
+```sql
+DELETE FROM pg_catalog.pg_am WHERE amname = 'pgroonga';
+```
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index