diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 19cf1fc1b76..98fcc7c44a1 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -1746,6 +1746,8 @@ ALTER TABLE table_name OWNER TO new_owne
Superusers can always do this; ordinary roles can only do it if they are
both the current owner of the object (or inherit the privileges of the
owning role) and able to SET ROLE to the new owning role.
+ All object privileges of the old owner are transferred to the new owner
+ along with the ownership.