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

Commitae94f10

Browse files
committed
Update documentation that non-super users can now do ALTER OWNER.
1 parent9bddb5c commitae94f10

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/ref/alter_table.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.79 2005/08/04 01:09:27 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.80 2005/08/22 21:32:01 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -289,10 +289,11 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
289289
</para>
290290

291291
<para>
292-
You must own the table to use <command>ALTER TABLE</>; except for
293-
<command>ALTER TABLE OWNER</>, which may only be executed by a superuser.
292+
You must own the table to use <command>ALTER TABLE</>.
294293
To change the schema of a table, you must also have
295294
<literal>CREATE</literal> privilege on the new schema.
295+
To alter the owner, the new owner must have
296+
<literal>CREATE</literal> privilege on the schema.
296297
</para>
297298
</refsect1>
298299

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp