X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2FSPECS;h=1635c771a08d911e5d70a34d42bb0575f39580ff;hb=f3d00a23ad9537df1e8852595d7c3737782e014c;hp=e6e1ca1907342d622c0594e022cc5f4629bbadf3;hpb=ffed42ab7320e8804dbc8cac9530397fc65a2c3c;p=openvswitch diff --git a/ovsdb/SPECS b/ovsdb/SPECS index e6e1ca19..1635c771 100644 --- a/ovsdb/SPECS +++ b/ovsdb/SPECS @@ -634,8 +634,8 @@ Notation for the Wire Protocol must be "insert" or "delete". If is "insert", then each of the key-value pairs - in the map in is added to if its key is - not already present. The required type of is + in the map in is added to only if its key + is not already present. The required type of is slightly relaxed, in that it may have fewer than the minimum number of elements specified by the column's type. @@ -972,3 +972,22 @@ Errors: The same "uuid-name" appeared on an earlier "insert" or "declare" operation within this transaction. + +comment +....... + + +Request object members: + + "op": "comment" required + "comment": 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.