*** ./doc/src/sgml/ref/alter_table.sgml.orig Tue Feb 19 14:11:25 2002 --- ./doc/src/sgml/ref/alter_table.sgml Tue Feb 19 14:23:33 2002 *************** *** 170,176 **** set the statistics-gathering target for subsequent operations. The RENAME clause causes the name of a 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 --- 170,176 ---- set the statistics-gathering target for subsequent operations. The RENAME clause causes the name of a table, ! column, index, sequence or view 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 *************** *** 178,185 **** linkend="SQL-CREATETABLE" endterm="SQL-CREATETABLE-TITLE">. The DROP CONSTRAINT constraint clause drops all constraints on the table (and its children) that match constraint. ! The OWNER clause changes the owner of the table to the user ! new user. --- 178,185 ---- linkend="SQL-CREATETABLE" endterm="SQL-CREATETABLE-TITLE">. The DROP CONSTRAINT constraint clause drops all constraints on the table (and its children) that match constraint. ! The OWNER clause changes the owner of the table, index, sequence or view to the ! user new user.