Yasuhiro Horimoto 2019-03-29 10:57:56 +0900 (Fri, 29 Mar 2019) Revision: eadaf3a2af744a56cfb44351adb68b79e516cb55 https://github.com/groonga/groonga.org/commit/eadaf3a2af744a56cfb44351adb68b79e516cb55 Message: blog en: use more easy to read Modified files: en/_posts/2019-03-29-groonga-9.0.1.md Modified: en/_posts/2019-03-29-groonga-9.0.1.md (+4 -3) =================================================================== --- en/_posts/2019-03-29-groonga-9.0.1.md 2019-03-29 10:36:47 +0900 (3e28dc8b0) +++ en/_posts/2019-03-29-groonga-9.0.1.md 2019-03-29 10:57:56 +0900 (d67eac7d7) @@ -38,10 +38,11 @@ Here are important changes in this release: ### [select](/docs/reference/commands/select.html) Added new argument `--load_table`, `--load_columns` and `--load_values`. We can store a result of `select` in a table that specifying `--load_table`. +Explanation of arguments is below. -`--load_values` option specifies columns of result of `select`. - -`--load_columns` options specifies columns of table that specifying `--load_table`. + * `--load_table` option: Specifies table that store a result of `select`. + * `--load_values` option: Specifies columns of result of `select`. + * `--load_columns` options: Specifies columns of table that specifying `--load_table`. In this way, we can store values of columns that specifying with `--load_values` into columns that specifying with `--load_columns`. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190329/dd24351d/attachment-0001.html>