Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
ae94f103
Commit
ae94f103
authored
19 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation that non-super users can now do ALTER OWNER.
parent
9bddb5c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/alter_table.sgml
+4
-3
4 additions, 3 deletions
doc/src/sgml/ref/alter_table.sgml
with
4 additions
and
3 deletions
doc/src/sgml/ref/alter_table.sgml
+
4
−
3
View file @
ae94f103
<!--
<!--
$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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment