Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1542#discussion_r184472501
--- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc ---
@@ -442,6 +446,10 @@ ref-spec is:
column-list is:
column-name[, column-name]...
+
+index-name is:
--- End diff --
I don't think I would make this distinction in the syntax. There is no
syntactic difference between what you're calling a "normal index" and a unique
index. And all index names are in the same name space, whether or not they are
unique. Consider deleting these lines.
---