> We need additions to alter_table.sgml for the new OWNER option mention
> in the features list.
Here it is.
--
Mark Hollomon
RENAME TO newtable
ALTER TABLE table
ADD table constraint definition
+ALTER TABLE table
+ OWNER TO new owner
+
+
+ New user
+
+ The userid of the new owner of the table.
+
+
+
+
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 OWNER clause chnages the owner of the table to the user
+ new user.