Skip to content

Commit ae94f10

Browse files
committed
Update documentation that non-super users can now do ALTER OWNER.
1 parent 9bddb5c commit ae94f10

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)