COMMENT statement changed (behavior change)

Previously, the syntax for COMMENT ON INDEX included an optional owner name of the index. The index name can now optionally include the owner and table. The syntax for COMMENT ON INDEX is now:

COMMENT ON INDEX [ [ owner.]table.]index-name IS comment

For more information, see Chapter 6, “SQL Statements” in Sybase IQ Reference Manual.