[Groonga-commit] groonga/groonga at e99858b [master] doc: write about plugin and command_version in summary section

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Apr 28 16:20:03 JST 2015


HAYASHI Kentaro	2015-04-28 16:20:03 +0900 (Tue, 28 Apr 2015)

  New Revision: e99858b76e5c4e3d8639bdc98f93c607741c997d
  https://github.com/groonga/groonga/commit/e99858b76e5c4e3d8639bdc98f93c607741c997d

  Message:
    doc: write about plugin and command_version in summary section

  Modified files:
    doc/source/reference/functions/vector_size.rst

  Modified: doc/source/reference/functions/vector_size.rst (+5 -5)
===================================================================
--- doc/source/reference/functions/vector_size.rst    2015-04-28 16:16:00 +0900 (6e57cff)
+++ doc/source/reference/functions/vector_size.rst    2015-04-28 16:20:03 +0900 (f11a3e8)
@@ -15,17 +15,17 @@ Summary
 
 ``vector_size`` returns the value of vector column size.
 
-Use ``--command_version 2`` to enable this feature.
+To enable this function, register ``functions/vector`` plugin by following the command::
+
+  plugin_register functions/vector
+
+Then, use ``vector_size`` function with ``--command_version 2`` option.
 
 Syntax
 ------
 
 ``vector_size`` requires one argument - ``target``.
 
-To enable this function, register ``functions/vector`` plugin by following the command::
-
-  plugin_register functions/vector
-
 ::
 
   vector_size(target)
-------------- next part --------------
HTML����������������������������...
다운로드 



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