[Groonga-commit] groonga/groonga at 5b6ad95 [master] doc io_flush: add logical_table_remove

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 8 09:00:00 JST 2016


Kouhei Sutou	2016-06-08 09:00:00 +0900 (Wed, 08 Jun 2016)

  New Revision: 5b6ad958f1aa0af5130be4f3fd6f5a46184e82f2
  https://github.com/groonga/groonga/commit/5b6ad958f1aa0af5130be4f3fd6f5a46184e82f2

  Message:
    doc io_flush: add logical_table_remove

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/commands/io_flush.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+11 -6)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2016-06-08 08:56:19 +0900 (96ab135)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2016-06-08 09:00:00 +0900 (cfcb3f7)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2016-06-07 17:08+0900\n"
+"PO-Revision-Date: 2016-06-08 08:59+0900\n"
 "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -5449,9 +5449,6 @@ msgstr ""
 msgid "``io_flush``"
 msgstr ""
 
-msgid "This command is an experimental feature."
-msgstr "このコマンドは実験的な機能です。"
-
 msgid ""
 "``io_flush`` flushes all changes in memory to disk explicitly. Normally, you "
 "don't need to use ``io_flush`` explicitly. Because flushing is done "
@@ -5505,6 +5502,9 @@ msgstr ""
 msgid ":doc:`plugin_unregister`"
 msgstr ""
 
+msgid ":doc:`logical_table_remove`"
+msgstr ""
+
 msgid ""
 "If you're using :ref:`select-scorer` parameter in :doc:`select` to change "
 "existing column values, :doc:`select` is added to the above list."
@@ -5589,8 +5589,10 @@ msgstr "処理対象のテーブルとデータベース。"
 msgid "Table::"
 msgstr "テーブル::"
 
-msgid ":doc:`table_remove` and :doc:`table_rename`"
-msgstr ":doc:`table_remove` と :doc:`table_rename`"
+msgid ""
+":doc:`table_remove`, :doc:`table_rename` and :doc:`logical_table_remove`"
+msgstr ""
+":doc:`table_remove` と :doc:`table_rename` と :doc:`logical_table_remove`"
 
 msgid "Database."
 msgstr "データベース。"
@@ -7404,6 +7406,9 @@ msgstr ""
 msgid "``normalize``"
 msgstr ""
 
+msgid "This command is an experimental feature."
+msgstr "このコマンドは実験的な機能です。"
+
 msgid "This command may be changed in the future."
 msgstr "このコマンドは将来的に変更されるかもしれません。"
 

  Modified: doc/source/reference/commands/io_flush.rst (+2 -1)
===================================================================
--- doc/source/reference/commands/io_flush.rst    2016-06-08 08:56:19 +0900 (c8d85a9)
+++ doc/source/reference/commands/io_flush.rst    2016-06-08 09:00:00 +0900 (30380e7)
@@ -36,6 +36,7 @@ Groonga database:
   * :doc:`column_rename`
   * :doc:`plugin_register`
   * :doc:`plugin_unregister`
+  * :doc:`logical_table_remove`
 
 If you're using :ref:`select-scorer` parameter in :doc:`select` to
 change existing column values, :doc:`select` is added to the above
@@ -135,7 +136,7 @@ correspondence table between command and flush targets.
        Database::
 
          io_flush --recursive no
-   * - :doc:`table_remove` and :doc:`table_rename`
+   * - :doc:`table_remove`, :doc:`table_rename` and :doc:`logical_table_remove`
      - Database.
      - Database::
 
-------------- next part --------------
HTML����������������������������...
Download 



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