[Groonga-commit] groonga/groonga at 78c78e4 [master] doc: fix wrong description about dynamic column

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 22 10:00:51 JST 2017


Kouhei Sutou	2017-03-22 10:00:51 +0900 (Wed, 22 Mar 2017)

  New Revision: 78c78e47ae33ae72295c0f0683d2b34e073f193a
  https://github.com/groonga/groonga/commit/78c78e47ae33ae72295c0f0683d2b34e073f193a

  Message:
    doc: fix wrong description about dynamic column
    
    6.0.5 starts supporting dynamic column. Using dynamic column in
    output_columns, drilldown and sortby is additional information.

  Modified files:
    doc/locale/ja/LC_MESSAGES/news.po
    doc/source/news/6.x.rst

  Modified: doc/locale/ja/LC_MESSAGES/news.po (+7 -7)
===================================================================
--- doc/locale/ja/LC_MESSAGES/news.po    2017-03-22 08:45:06 +0900 (1fa100c)
+++ doc/locale/ja/LC_MESSAGES/news.po    2017-03-22 10:00:51 +0900 (1addbd1)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.4\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2017-02-09 13:24+0900\n"
+"PO-Revision-Date: 2017-03-22 09:45+0900\n"
 "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -9115,13 +9115,13 @@ msgstr ""
 "を使うと同じようなタイムスタンプごとにまとめることができます。"
 
 msgid ""
-"[:doc:`/reference/commands/select`] Supported dynamic column creation which "
-"is used in ``output_columns``, ``drilldown`` or ``sortby`` [GitHub#539,#541,"
-"#542,#544,#545][Patch by Naoya Murakami]::"
+"[:doc:`/reference/commands/select`] Supported dynamic column. Dynamic "
+"columns can be used in ``output_columns``, ``drilldown`` and ``sortby`` "
+"[GitHub#539,#541,#542,#544,#545][Patch by Naoya Murakami]::"
 msgstr ""
-"[:doc:`/reference/commands/select`] 動的カラムを ``output_columns``, "
-"``drilldown`` や ``sortby`` に指定できるようになりました。 [GitHub#539,#541,"
-"#542,#544,#545][村上さんがパッチ提供]::"
+"[:doc:`/reference/commands/select`] 動的カラムをサポートしました。 "
+"``output_columns`` 、 ``drilldown`` 、 ``sortby`` で動的カラムを指定できま"
+"す。 [GitHub#539,#541,#542,#544,#545][村上さんがパッチ提供]::"
 
 msgid ""
 "[experimental][:doc:`/reference/commands/select`] Improved performance for "

  Modified: doc/source/news/6.x.rst (+2 -2)
===================================================================
--- doc/source/news/6.x.rst    2017-03-22 08:45:06 +0900 (15c4cea)
+++ doc/source/news/6.x.rst    2017-03-22 10:00:51 +0900 (9a46f53)
@@ -637,8 +637,8 @@ Improvements
   ``time_classify_month``, ``time_classify_year`` function to classify
   by value.
 
-* [:doc:`/reference/commands/select`] Supported dynamic column
-  creation which is used in ``output_columns``, ``drilldown`` or
+* [:doc:`/reference/commands/select`] Supported dynamic column.
+  Dynamic columns can be used in ``output_columns``, ``drilldown`` and
   ``sortby`` [GitHub#539,#541,#542,#544,#545][Patch by Naoya Murakami]::
 
     select \
-------------- next part --------------
HTML����������������������������...
Download 



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