class="PARAMETER">newcolumn
ALTER TABLE table
- RENAME TO newtable
+ RENAME TO new_table
ALTER TABLE table
- ADD table constraint definition
+ ADD table_constraint_definition
ALTER TABLE [ ONLY ] table
DROP CONSTRAINT constraint { RESTRICT | CASCADE }
ALTER TABLE table
- OWNER TO new owner
+ OWNER TO new_owner
- newtable
+ new_table
New name for the table.
- table constraint definition
+ table_constraint_definition
New table constraint for the table
- New user
+ new_owner
The user name of the new owner of the table.
column, index, or sequence to change without changing any of the
data. The data will remain of the same type and size after the
command is executed.
- The ADD table constraint definition clause
+ The ADD table_constraint_definition clause
adds a new constraint to the table using the same syntax as
linkend="SQL-CREATETABLE" endterm="SQL-CREATETABLE-TITLE">.
The DROP CONSTRAINT constraint clause