From: Justin Pettit Date: Tue, 24 Nov 2009 03:00:27 +0000 (-0800) Subject: ovsdb: Minor cleanups to the SPECS file X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68c3e486a31997a82a831eef4cd272a428bf0a8;p=openvswitch ovsdb: Minor cleanups to the SPECS file --- diff --git a/ovsdb/SPECS b/ovsdb/SPECS index 97c9a780..a4e9ab48 100644 --- a/ovsdb/SPECS +++ b/ovsdb/SPECS @@ -64,8 +64,8 @@ is represented by , as described below. "columns": {: , ...} required The "comment" optionally provides information about this table for - a human reader. The value of "tables" is a JSON object whose - names are table names and whose values are s. + a human reader. The value of "columns" is a JSON object whose + names are column names and whose values are s. Every table has the following columns whose definitions are not included in the schema: @@ -199,7 +199,7 @@ array corresponds to the same element of the "params" array. The individual operations. Some operations do not produce any results, in which case the object will have no members. - - A JSON object that contains a "error" member indicates that the + - A JSON object that contains an "error" member indicates that the operation completed with an error. The value of the "error" member is a short string, specified in this document, that broadly indicates the class of the error. Besides the ones @@ -595,7 +595,7 @@ Semantics: values. The new row receives a new, randomly generated UUID, which is - returned as the "_uuid" member of the result. If "uuid-name" + returned as the "uuid" member of the result. If "uuid-name" is supplied, then the UUID is made available under that name to later operations within the same transaction. @@ -654,9 +654,9 @@ Semantics: value of each column specified in "row" to the value for that column specified in "row". - The "_uuid" and "_version" columns of a table may not be updated. - Columns designated read-only in the schema also may not be - updated. + The "_uuid" and "_version" columns of a table may not be directly + updated with this operation. Columns designated read-only in the + schema also may not be updated. The "count" member of the result specifies the number of rows that matched.