Debian: Add ${misc:Depends} dependency to python-openvswitch
[openvswitch] / ovsdb / ovsdb-doc.in
index 2577e782b9be57ad322508e6bd336b1dcd5e8ff6..b325b263283bd924bbe7ce497078ca34999991e6 100755 (executable)
@@ -136,6 +136,8 @@ def typeAndConstraintsToNroff(column):
     constraints = column.type.constraintsToEnglish(escapeNroffLiteral)
     if constraints:
         type += ", " + constraints
+    if column.unique:
+        type += " (must be unique within table)"
     return type
 
 def columnToNroff(columnName, column, node):