Commit ae94f103 authored by Bruce Momjian's avatar Bruce Momjian

Update documentation that non-super users can now do ALTER OWNER.

parent 9bddb5c8
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.79 2005/08/04 01:09:27 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.80 2005/08/22 21:32:01 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -289,10 +289,11 @@ where <replaceable class="PARAMETER">action</replaceable> is one of: ...@@ -289,10 +289,11 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
</para> </para>
<para> <para>
You must own the table to use <command>ALTER TABLE</>; except for You must own the table to use <command>ALTER TABLE</>.
<command>ALTER TABLE OWNER</>, which may only be executed by a superuser.
To change the schema of a table, you must also have To change the schema of a table, you must also have
<literal>CREATE</literal> privilege on the new schema. <literal>CREATE</literal> privilege on the new schema.
To alter the owner, the new owner must have
<literal>CREATE</literal> privilege on the schema.
</para> </para>
</refsect1> </refsect1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment