Re: Example for Unique Partial Indexes - Mailing list pgsql-docs

From David G. Johnston
Subject Re: Example for Unique Partial Indexes
Date
Msg-id CAKFQuwYTZh9W-PPiLQ5uCEggB7ZNfFtr_e+Vc17apPUw6T833w@mail.gmail.com
Whole thread Raw
In response to Example for Unique Partial Indexes  (PG Doc comments form <noreply@postgresql.org>)
Responses Re: Example for Unique Partial Indexes
List pgsql-docs
On Tue, Nov 7, 2023, 09:25 PG Doc comments form <noreply@postgresql.org> wrote:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/indexes-unique.html
Description:

I would like to request an improvement to the PostgreSQL documentation,
specifically in the sections "11.6. Unique Indexes" and "11.8. Partial
Indexes."

Currently, the documentation does not provide information on how to create
unique partial indexes. Unique partial indexes are valuable for enforcing
uniqueness of a column's value over a subset of a table


11.8 discusses this in detail including an example.  Maybe should add a forward reference from 11.6 though.

David J.

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Example for Unique Partial Indexes
Next
From: Tom Lane
Date:
Subject: Re: Example for Unique Partial Indexes