Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59a471f

Browse files
committed
Make note that ALTER TABLE can change table owner these days.
1 parent33b3c95 commit59a471f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/user-manag.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ ALTER GROUP <replaceable>name</replaceable> DROP USER <replaceable>uname1</repla
136136
When a database object is created, it is assigned an owner. The
137137
owner is the user that executed the creation statement. There is
138138
currently no polished interface for changing the owner of a database
139-
object. By default, only an owner (or a superuser) can do anything
139+
object (except for tables, for which <command>ALTER TABLE</> can do it).
140+
By default, only an owner (or a superuser) can do anything
140141
with the object. In order to allow other users to use it,
141142
<firstterm>privileges</firstterm> must be granted.
142143
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp