Kouhei Sutou
null+****@clear*****
Fri Mar 11 16:29:22 JST 2016
Kouhei Sutou 2016-03-11 16:29:22 +0900 (Fri, 11 Mar 2016) New Revision: 85de42e2c20a8981146d1dbb04d69d22370bcce6 https://github.com/groonga/groonga/commit/85de42e2c20a8981146d1dbb04d69d22370bcce6 Message: doc: use list-table Modified files: doc/source/reference/commands/table_create.rst Modified: doc/source/reference/commands/table_create.rst (+15 -14) =================================================================== --- doc/source/reference/commands/table_create.rst 2016-03-11 16:20:27 +0900 (d15944b) +++ doc/source/reference/commands/table_create.rst 2016-03-11 16:29:22 +0900 (ba03905) @@ -188,20 +188,21 @@ Specifies a table type and table customize options. Here are available flags: -+--------------------+------------------------------+ -| flags | description | -+--------------------+------------------------------+ -| ``TABLE_NO_KEY`` | Array table. | -+--------------------+------------------------------+ -| ``TABLE_HASH_KEY`` | Hash table. | -+--------------------+------------------------------+ -| ``TABLE_PAT_KEY`` | Patricia trie. | -+--------------------+------------------------------+ -| ``TABLE_DAT_KEY`` | Double Array trie. | -+--------------------+------------------------------+ -| ``KEY_WITH_SIS`` | Enable Semi Infinite String. | -| | Require ``TABLE_PAT_KEY``. | -+--------------------+------------------------------+ +.. list-table:: + :header-rows: 1 + + * - Flag + - Description + * - ``TABLE_NO_KEY`` + - Array table. See also :ref:`table-no-key`. + * - ``TABLE_HASH_KEY`` + - Hash table. See also :ref:`table-hash-key`. + * - ``TABLE_PAT_KEY`` + - Patricia trie. See also :ref:`table-pat-key`. + * - ``TABLE_DAT_KEY`` + - Double Array trie. See also :ref:`table-dat-key`. + * - ``KEY_WITH_SIS`` + - Enable Semi Infinite String. Require ``TABLE_PAT_KEY``. .. note:: Since Groonga 2.1.0 ``KEY_NORMALIZE`` flag is deprecated. Use -------------- next part -------------- HTML����������������������������...Download