diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 2d87902b2f..da6e91bf4d 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ @@ -183,7 +183,7 @@ ALTER TABLE table substring operations on a column faster, at the penalty of increased storage space. The RENAME clause causes the name of a table, - column, index, or sequence to change without changing any of the + 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 @@ -191,8 +191,8 @@ ALTER TABLE table 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. + The OWNER clause changes the owner of the table, index, sequence or view to the + user new user.