*** alter_table.sgml.orig Tue Dec 19 17:32:47 2000 --- alter_table.sgml Tue Dec 19 17:39:27 2000 *************** *** 36,41 **** --- 36,43 ---- RENAME TO newtable ALTER TABLE table ADD table constraint definition + ALTER TABLE table + OWNER TO new owner *************** *** 100,105 **** --- 102,117 ---- + + + New user + + + The userid of the new owner of the table. + + + + *************** *** 158,163 **** --- 170,177 ---- The ADD table constraint definition clause adds a new constraint to the table using the same syntax as . + The OWNER clause chnages the owner of the table to the user + new user.