projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9baeb3
)
Minor fixes for ALTER TABLE documentation.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 28 Apr 2014 14:10:51 +0000
(10:10 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 28 Apr 2014 14:10:51 +0000
(10:10 -0400)
Etsuro Fujita
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 85705e9d34d6bd563b0cb8e647c61b750bf5ed1d..43154da06c242f2a90120da65f3c4587768c4312 100644
(file)
--- a/
doc/src/sgml/ref/alter_table.sgml
+++ b/
doc/src/sgml/ref/alter_table.sgml
@@
-720,7
+720,7
@@
ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
</varlistentry>
<varlistentry>
- <term><replaceable class="PARAMETER">type</replaceable></term>
+ <term><replaceable class="PARAMETER">
data_
type</replaceable></term>
<listitem>
<para>
Data type of the new column, or new data type for an existing
@@
-805,7
+805,7
@@
ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
<term><replaceable class="PARAMETER">index_name</replaceable></term>
<listitem>
<para>
- The
index name on which the table should be marked for clustering
.
+ The
name of an existing index
.
</para>
</listitem>
</varlistentry>