diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index 72ae3201022..59e3b3a2ad8 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -1,5 +1,5 @@
@@ -36,6 +36,8 @@ ALTER TABLE table
RENAME TO newtable
ALTER TABLE table
ADD table constraint definition
+ALTER TABLE table
+ OWNER TO new owner
@@ -100,6 +102,16 @@ ALTER TABLE table
+
+
+ New user
+
+
+ The userid of the new owner of the table.
+
+
+
+
@@ -158,6 +170,8 @@ ALTER TABLE table
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.