Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.0.2.0, 10.0.2.1, 10.1.1.0, 10.1.2.1, 10.1.3.1, 10.2.1.6
-
None
Description
Provide a way to rename a column in an existing table. Possible syntax could be:
ALTER TABLE tablename RENAME COLUMN oldcolumn TO newcolumn;
Feature should properly handle the possibility that the column is currently used in constraints, views, indexes, triggers, etc.
Attachments
Attachments
Issue Links
- is depended upon by
-
DERBY-2042 Provide documentation for new RENAME COLUMN statement
- Closed
- is related to
-
DERBY-2041 Trigger should register a dependency on tables and columns used in its body
- Closed
-
DERBY-396 Support for ALTER STATEMENT to DROP , MODIFY, RENAME a COLUMN
- Closed
- relates to
-
DERBY-396 Support for ALTER STATEMENT to DROP , MODIFY, RENAME a COLUMN
- Closed