Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 712dc23

Browse files
committed
doc: improve ALTER TABLE "offical constraint" wording
Reported-by: Josh Kupershmidt Discussion: https://postgr.es/m/CAK3UJRF=KY_nx_TRQq+t6jOrtS2rry79ktkzPiMDhFx_K=dZAg@mail.gmail.com Author: Josh Kupershmidt Backpatch-through: master
1 parent 798394c commit 712dc23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/alter_table.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
525525
Adding a constraint using an existing index can be helpful in
526526
situations where a new constraint needs to be added without blocking
527527
table updates for a long time. To do that, create the index using
528-
<command>CREATE INDEX CONCURRENTLY</command>, and then install it as an
529-
official constraint using this syntax. See the example below.
528+
<command>CREATE UNIQUE INDEX CONCURRENTLY</command>, and then convert it to a
529+
constraint using this syntax. See the example below.
530530
</para>
531531
</note>
532532
</listitem>

0 commit comments

Comments
 (0)