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
62e6eb9b
Commit
62e6eb9b
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
alter table doc cleanups.
Neil Conway
parent
0df1dc6a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
-4
4 additions, 4 deletions
doc/src/sgml/ref/alter_table.sgml
with
4 additions
and
4 deletions
doc/src/sgml/ref/alter_table.sgml
+
4
−
4
View file @
62e6eb9b
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.
39
2002/03/0
5 05:33:04
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.
40
2002/03/0
6 20:42:38
momjian Exp $
PostgreSQL documentation
-->
...
...
@@ -183,7 +183,7 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
substring operations on a column faster, at the penalty of
increased storage space.
The <literal>RENAME</literal> clause causes the name of a table,
column, index,
or
sequence to change without changing any of the
column, index, sequence
or view
to change without changing any of the
data. The data will remain of the same type and size after the
command is executed.
The ADD <replaceable class="PARAMETER">table_constraint_definition</replaceable> clause
...
...
@@ -191,8 +191,8 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
linkend="SQL-CREATETABLE" endterm="SQL-CREATETABLE-TITLE">.
The DROP CONSTRAINT <replaceable class="PARAMETER">constraint</replaceable> clause
drops all constraints on the table (and its children) that match <replaceable class="PARAMETER">constraint</replaceable>.
The OWNER clause changes the owner of the table
to the user <replaceable class="PARAMETER">
new user</replaceable>.
The OWNER clause changes the owner of the table
, index, sequence or view to the
user <replaceable class="PARAMETER">
new user</replaceable>.
</para>
<para>
...
...
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