[Groonga-commit] groonga/groonga at 4b92dfc [master] doc: unify example log under "delete" directory

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Sep 26 18:53:21 JST 2013


HAYASHI Kentaro	2013-09-26 18:53:21 +0900 (Thu, 26 Sep 2013)

  New Revision: 4b92dfca7cefa46b3bd264fc36a2800ededcaf06
  https://github.com/groonga/groonga/commit/4b92dfca7cefa46b3bd264fc36a2800ededcaf06

  Message:
    doc: unify example log under "delete" directory

  Modified files:
    doc/source/reference/commands/delete.txt
  Renamed files:
    doc/source/example/reference/commands/delete/cascade.log
      (from doc/source/example/reference/commands/delete_cascade.log)
    doc/source/example/reference/commands/delete/status.log
      (from doc/source/example/reference/commands/delete_status.log)

  Renamed: doc/source/example/reference/commands/delete/cascade.log (+0 -0) 100%
===================================================================

  Renamed: doc/source/example/reference/commands/delete/status.log (+0 -0) 100%
===================================================================

  Modified: doc/source/reference/commands/delete.txt (+2 -2)
===================================================================
--- doc/source/reference/commands/delete.txt    2013-09-26 18:51:14 +0900 (cf718e9)
+++ doc/source/reference/commands/delete.txt    2013-09-26 18:53:21 +0900 (5e52dfd)
@@ -45,7 +45,7 @@ Here are a schema definition and sample data to show usage.
 Delete the record from Entry table which has "2" as the key.
 
 .. groonga-command
-.. include:: ../../example/reference/commands/delete_status.log
+.. include:: ../../example/reference/commands/delete/status.log
 .. delete Entry 2
 .. select Entry
 
@@ -56,7 +56,7 @@ The country column of Users table associates with Country table.
 "Cascaded delete" removes the records which matches specified key and refers that key.
 
 .. groonga-command
-.. include:: ../../example/reference/commands/delete_cascade.log
+.. include:: ../../example/reference/commands/delete/cascade.log
 .. table_create Country TABLE_HASH_KEY ShortText
 .. table_create Users TABLE_HASH_KEY UInt32
 .. column_create Users name COLUMN_SCALAR ShortText
-------------- next part --------------
HTML����������������������������...
Download 



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