projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02e3446
)
Update documentation that non-super users can now do ALTER OWNER.
author
Bruce Momjian
<
[email protected]
>
Mon, 22 Aug 2005 21:32:01 +0000
(21:32 +0000)
committer
Bruce Momjian
<
[email protected]
>
Mon, 22 Aug 2005 21:32:01 +0000
(21:32 +0000)
doc/src/sgml/ref/alter_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_table.sgml
b/doc/src/sgml/ref/alter_table.sgml
index 57130cb57e1b684a50305ea60be9514175208b25..8f367b278be5bc127399236304984cb154cbc417 100644
(file)
--- a/
doc/src/sgml/ref/alter_table.sgml
+++ b/
doc/src/sgml/ref/alter_table.sgml
@@
-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>