1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-15 19:15:29 +03:00

Document use of partial indexes for partial unique constraints

Report by Tomáš Greif

Backpatch through 9.4
This commit is contained in:
Bruce Momjian 2014-09-03 14:34:46 -04:00
parent 6ea591ed46
commit 646deb603e

View File

@ -547,6 +547,8 @@ CREATE TABLE products (
<para>
Adding a unique constraint will automatically create a unique btree
index on the column or group of columns used in the constraint.
A uniqueness constraint on only some rows can be enforced by creating
a <link linkend="indexes-partial">partial index</link>.
</para>
<indexterm>