|
1 | 1 | <!-- |
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 $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -289,10 +289,11 @@ where <replaceable class="PARAMETER">action</replaceable> is one of: |
289 | 289 | </para> |
290 | 290 |
|
291 | 291 | <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</>. |
294 | 293 | To change the schema of a table, you must also have |
295 | 294 | <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. |
296 | 297 | </para> |
297 | 298 | </refsect1> |
298 | 299 |
|
|