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:
0c95354
)
Correct description of constraint_name in ALTER TABLE documentation.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 14 Apr 2014 14:52:07 +0000
(10:52 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 14 Apr 2014 14:52:07 +0000
(10:52 -0400)
Apparently, the old text was written at a time when the only use of
constraint_name here was for a constraint to be dropped, but that's
no longer true.
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 19f2a2e76f1960e052f532c07bb5f41cedcf74d5..e602ad34171b52f3e35cafb679c23fad1cc87518 100644
(file)
--- a/
doc/src/sgml/ref/alter_table.sgml
+++ b/
doc/src/sgml/ref/alter_table.sgml
@@
-740,7
+740,7
@@
ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
<term><replaceable class="PARAMETER">constraint_name</replaceable></term>
<listitem>
<para>
- Name of a
n existing constraint to drop
.
+ Name of a
new or existing constraint
.
</para>
</listitem>
</varlistentry>