[Groonga-commit] groonga/groonga at 3ab4e32 [master] doc object_exist: use common style

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 10 17:27:47 JST 2016


Kouhei Sutou	2016-02-10 17:27:47 +0900 (Wed, 10 Feb 2016)

  New Revision: 3ab4e323cba0d15c7a1bdc6a032269c6b1b7d447
  https://github.com/groonga/groonga/commit/3ab4e323cba0d15c7a1bdc6a032269c6b1b7d447

  Message:
    doc object_exist: use common style

  Modified files:
    doc/source/reference/commands/object_exist.rst

  Modified: doc/source/reference/commands/object_exist.rst (+7 -2)
===================================================================
--- doc/source/reference/commands/object_exist.rst    2016-02-10 17:26:55 +0900 (38628ab)
+++ doc/source/reference/commands/object_exist.rst    2016-02-10 17:27:47 +0900 (1117628)
@@ -40,10 +40,10 @@ You can check whether the name is already used in database:
 .. table_create Users TABLE_HASH_KEY ShortText
 .. object_exist Users
 
-The ``object_exist Users`` returns ``false`` before we create
+The ``object_exist Users`` returns ``false`` before you create
 ``Users`` table.
 
-The ``object_exist Users`` returns ``true`` after we create ``Users``
+The ``object_exist Users`` returns ``true`` after you create ``Users``
 table.
 
 Parameters
@@ -75,6 +75,11 @@ If you want to check existence of a column, use
 ``Logs`` is table name and ``timestamp`` is column name in
 ``Logs.timestamp``.
 
+Optional parameters
+^^^^^^^^^^^^^^^^^^^
+
+There is no optional parameters.
+
 Return value
 ------------
 
-------------- next part --------------
HTML����������������������������...
Download 



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