We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4011f8c commit 4b22401Copy full SHA for 4b22401
doc/src/sgml/ddl.sgml
@@ -546,7 +546,9 @@ CREATE TABLE products (
546
547
<para>
548
Adding a unique constraint will automatically create a unique btree
549
- index on the column or group of columns used in the constraint.
+ index on the column or group of columns used in the constraint.
550
+ A uniqueness constraint on only some rows can be enforced by creating
551
+ a <link linkend="indexes-partial">partial index</link>.
552
</para>
553
554
<indexterm>
0 commit comments