[Groonga-commit] groonga/groonga at 5404475 [master] doc: follow key change

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 26 16:32:57 JST 2016


Kouhei Sutou	2016-02-26 16:32:57 +0900 (Fri, 26 Feb 2016)

  New Revision: 5404475ceefc95a53cdb41f9dff4dbe1c6c55c68
  https://github.com/groonga/groonga/commit/5404475ceefc95a53cdb41f9dff4dbe1c6c55c68

  Message:
    doc: follow key change

  Modified files:
    doc/source/example/reference/commands/object_inspect/usage-database.log
    doc/source/reference/commands/object_inspect.rst

  Modified: doc/source/example/reference/commands/object_inspect/usage-database.log (+1 -1)
===================================================================
--- doc/source/example/reference/commands/object_inspect/usage-database.log    2016-02-26 16:29:14 +0900 (96b8d87)
+++ doc/source/example/reference/commands/object_inspect/usage-database.log    2016-02-26 16:32:57 +0900 (7ff7b2a)
@@ -8,7 +8,7 @@ Execution example::
   #     0.000355720520019531
   #   ], 
   #   {
-  #     "keys": {
+  #     "name_table": {
   #       "type": {
   #         "id": 50, 
   #         "name": "table:dat_key"

  Modified: doc/source/reference/commands/object_inspect.rst (+6 -5)
===================================================================
--- doc/source/reference/commands/object_inspect.rst    2016-02-26 16:29:14 +0900 (311b231)
+++ doc/source/reference/commands/object_inspect.rst    2016-02-26 16:32:57 +0900 (bb9178d)
@@ -118,7 +118,7 @@ Database inspection returns the following information::
       "id": DATABASE_TYPE_ID,
       "name": DATABASE_TYPE_NAME
     },
-    "keys": OBJECT_NAME_MANAGEMENT_TABLE
+    "name_table": DATABASE_NAME_TABLE
   }
 
 .. _object-inspect-return-value-database-type-id:
@@ -135,12 +135,13 @@ Database inspection returns the following information::
 
 ``DATABASE_TYPE_NAME`` is always ``"db"``.
 
-.. _object-inspect-return-value-database-object-name-management-table:
+.. _object-inspect-return-value-database-name-table:
 
-``OBJECT_NAME_MANAGEMENT_TABLE``
-""""""""""""""""""""""""""""""""
+``DATABASE_NAME_TABLE``
+"""""""""""""""""""""""
 
-``OBJECT_NAME_MANAGEMENT_TABLE`` is :ref:`table-pat-key` or
+``DATABASE_NAME_TABLE`` is a table for managing object names in the
+database. The table is :ref:`table-pat-key` or
 :ref:`table-dat-key`. Normally, it's :ref:`table-dat-key`.
 
 See :ref:`object-inspect-return-value-table` for format details.
-------------- next part --------------
HTML����������������������������...
Télécharger 



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