Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
62e6eb9b
Commit
62e6eb9b
authored
Mar 06, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alter table doc cleanups.
Neil Conway
parent
0df1dc6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/alter_table.sgml
+4
-4
No files found.
doc/src/sgml/ref/alter_table.sgml
View file @
62e6eb9b
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.
39 2002/03/05 05:33:04
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.
40 2002/03/06 20:42:38
momjian Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -183,7 +183,7 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
...
@@ -183,7 +183,7 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
substring operations on a column faster, at the penalty of
substring operations on a column faster, at the penalty of
increased storage space.
increased storage space.
The <literal>RENAME</literal> clause causes the name of a table,
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
data. The data will remain of the same type and size after the
command is executed.
command is executed.
The ADD <replaceable class="PARAMETER">table_constraint_definition</replaceable> clause
The ADD <replaceable class="PARAMETER">table_constraint_definition</replaceable> clause
...
@@ -191,8 +191,8 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
...
@@ -191,8 +191,8 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
linkend="SQL-CREATETABLE" endterm="SQL-CREATETABLE-TITLE">.
linkend="SQL-CREATETABLE" endterm="SQL-CREATETABLE-TITLE">.
The DROP CONSTRAINT <replaceable class="PARAMETER">constraint</replaceable> clause
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>.
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">
The OWNER clause changes the owner of the table
, index, sequence or view to the
new user</replaceable>.
user <replaceable class="PARAMETER">
new user</replaceable>.
</para>
</para>
<para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment