diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 38ece3f4f72..4c9ec77423c 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -1719,6 +1719,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 a member of the owning role) and a member of the new owning role. + All object privileges of the old owner are transferred to the new owner + along with the ownership.