aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-08-22 21:32:01 +0000
committerBruce Momjian <bruce@momjian.us>2005-08-22 21:32:01 +0000
commitae94f10397207e4d8f5d373aaba0eda319acedc0 (patch)
tree36d3527c23e6fb640c36439c7161015c99202f9a /doc/src
parent9bddb5c8c75bce2caf075a7127dcc291089d9bf1 (diff)
downloadpostgresql-ae94f10397207e4d8f5d373aaba0eda319acedc0.tar.gz
postgresql-ae94f10397207e4d8f5d373aaba0eda319acedc0.zip
Update documentation that non-super users can now do ALTER OWNER.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/alter_table.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index 8e1d2984249..c302e4f1157 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -1,5 +1,5 @@
<!--
-$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
-->
@@ -289,10 +289,11 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
</para>
<para>
- You must own the table to use <command>ALTER TABLE</>; except for
- <command>ALTER TABLE OWNER</>, which may only be executed by a superuser.
+ You must own the table to use <command>ALTER TABLE</>.
To change the schema of a table, you must also have
<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>
</refsect1>