@@ -25,14 +25,14 @@ LEFT OUTER JOIN is implemented, but not RIGHT OUTER JOIN or FULL OUTER JOIN. } feature {Complete ALTER TABLE support} { - Only the RENAME TABLE, ADD COLUMN, and RENAME COLUMN variants of the - ALTER TABLE command are supported. Other kinds of ALTER TABLE operations - such as - DROP COLUMN, ALTER COLUMN, ADD CONSTRAINT, and so forth are omitted. + Only the RENAME TABLE, ADD COLUMN, RENAME COLUMN, and DROP COLUMN + variants of the ALTER TABLE command are supported. Other kinds of + ALTER TABLE operations such as + ALTER COLUMN, ADD CONSTRAINT, and so forth are omitted. } feature {Complete trigger support} { FOR EACH ROW triggers are supported but not FOR EACH STATEMENT triggers.