fatal-signal: After fork, clear hooks instead of disabling them.
[openvswitch] / ovsdb / SPECS
index 9fd654be6d1c51857ed0d5932adf47bfd6a4440b..1635c771a08d911e5d70a34d42bb0575f39580ff 100644 (file)
@@ -634,8 +634,8 @@ Notation for the Wire Protocol
             <mutator> must be "insert" or "delete".
 
             If <mutator> is "insert", then each of the key-value pairs
-            in the map in <value> is added to <column> if its key is
-            not already present.  The required type of <value> is
+            in the map in <value> is added to <column> only if its key
+            is not already present.  The required type of <value> is
             slightly relaxed, in that it may have fewer than the
             minimum number of elements specified by the column's type.
 
@@ -953,7 +953,7 @@ Request object members:
 
 Result object members:
 
-    none
+    "uuid": <uuid>
 
 Semantics:
 
@@ -966,13 +966,28 @@ Semantics:
 
     The generated UUID is returned as the "uuid" member of the result.
 
-Result object members:
-
-    "uuid": <uuid>
-
 Errors:
 
     "error": "duplicate uuid-name"
 
         The same "uuid-name" appeared on an earlier "insert" or
         "declare" operation within this transaction.
+
+comment
+.......
+
+
+Request object members:
+
+    "op": "comment"                    required
+    "comment": <string>                required
+
+Result object members:
+
+    none
+
+Semantics:
+
+    Provides information to a database administrator on the purpose of
+    a transaction.  The OVSDB server, for example, adds comments in
+    transactions that modify the database to the database journal.