]> granicus.if.org Git - postgresql/commitdiff
Correct description of constraint_name in ALTER TABLE documentation.
authorRobert Haas <rhaas@postgresql.org>
Mon, 14 Apr 2014 14:52:07 +0000 (10:52 -0400)
committerRobert 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

index 19f2a2e76f1960e052f532c07bb5f41cedcf74d5..e602ad34171b52f3e35cafb679c23fad1cc87518 100644 (file)
@@ -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>