alter table doc cleanups.
authorBruce Momjian
Wed, 6 Mar 2002 20:42:38 +0000 (20:42 +0000)
committerBruce Momjian
Wed, 6 Mar 2002 20:42:38 +0000 (20:42 +0000)
Neil Conway

doc/src/sgml/ref/alter_table.sgml

index 2d87902b2f40525c6d104612f18a1bca8d40d50d..da6e91bf4d33b1109226c3e43df1a9c2513dc8c7 100644 (file)
@@ -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.