Correct description of constraint_name in ALTER TABLE documentation.

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
pull/6/head
Robert Haas 12 years ago
parent 0c953540d2
commit f0aa6c06d4
  1. 2
      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 an existing constraint to drop.
Name of a new or existing constraint.
</para>
</listitem>
</varlistentry>

Loading…
Cancel
Save