mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 01:31:07 -05:00
Make note that ALTER TABLE can change table owner these days.
This commit is contained in:
parent
33b3c95200
commit
59a471fc4c
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
owner is the user that executed the creation statement. There is
|
||||
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,
|
||||
<firstterm>privileges</firstterm> must be granted.
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue