HAYASHI Kentaro
null+****@clear*****
Tue Apr 28 19:16:43 JST 2015
HAYASHI Kentaro 2015-04-28 19:16:43 +0900 (Tue, 28 Apr 2015) New Revision: 023ed8dd104db829f3718aa82fd3b6931e0d572a https://github.com/groonga/groonga/commit/023ed8dd104db829f3718aa82fd3b6931e0d572a Message: doc: add description about dump parameters Modified files: doc/source/reference/commands/dump.rst Modified: doc/source/reference/commands/dump.rst (+38 -0) =================================================================== --- doc/source/reference/commands/dump.rst 2015-04-28 18:25:09 +0900 (9678190) +++ doc/source/reference/commands/dump.rst 2015-04-28 19:16:43 +0900 (f950f19) @@ -82,10 +82,48 @@ Usage Parameters ---------- +There are optional parameters. + +Optional parameters +^^^^^^^^^^^^^^^^^^^ + ``tables`` +"""""""""" 出力対象のテーブルを「,」(カンマ)区切りで指定します。存在しないテーブルを指定した場合は無視されます。 +``dump_plugins`` +"""""""""""""""" + +You can customize the output whether it contains registered plugins or not. +To exclude registered plugins from the output, specify ``no``. + +The default value is ``yes``. + +``dump_schema`` +""""""""""""""" + +You can customize the output whether it contains database schema or not. +To exclude database schema from the output, specify ``no``. + +The default value is ``yes``. + +``dump_records`` +"""""""""""""""" + +You can customize the output whether it contains records or not. +To exclude records from the output, specify ``no``. + +The default value is ``yes``. + +``dump_indexes`` +"""""""""""""""" + +You can customize the output whether it contains indexes or not. +To exclude indexes from the output, specify ``no``. + +The default value is ``yes``. + Return value ------------ -------------- next part -------------- HTML����������������������������... Download