提交 59a471fc 编写于 作者: T Tom Lane

Make note that ALTER TABLE can change table owner these days.

上级 33b3c952
...@@ -136,7 +136,8 @@ ALTER GROUP <replaceable>name</replaceable> DROP USER <replaceable>uname1</repla ...@@ -136,7 +136,8 @@ ALTER GROUP <replaceable>name</replaceable> DROP USER <replaceable>uname1</repla
When a database object is created, it is assigned an owner. The When a database object is created, it is assigned an owner. The
owner is the user that executed the creation statement. There is owner is the user that executed the creation statement. There is
currently no polished interface for changing the owner of a database currently no polished interface for changing the owner of a database
object. By default, only an owner (or a superuser) can do anything object (except for tables, for which <command>ALTER TABLE</> can do it).
By default, only an owner (or a superuser) can do anything
with the object. In order to allow other users to use it, with the object. In order to allow other users to use it,
<firstterm>privileges</firstterm> must be granted. <firstterm>privileges</firstterm> must be granted.
</para> </para>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册