Re: Nulls Not Distinct in Unique Indexes secton

2023-03-16 Thread Laurenz Albe
On Tue, 2023-03-14 at 08:24 -0700, Kirk Parker wrote: > The Unique Indexes section > (https://www.postgresql.org/docs/15/indexes-unique.html) > does not mention the new NULLS [ NOT ] DISTINCT capability of indexes > (https://www.postgresql.org/docs/15/sql-createindex.html), and it probably > shou

Nulls Not Distinct in Unique Indexes secton

2023-03-14 Thread Kirk Parker
The Unique Indexes section ( https://www.postgresql.org/docs/15/indexes-unique.html) does not mention the new NULLS [ NOT ] DISTINCT capability of indexes ( https://www.postgresql.org/docs/15/sql-createindex.html), and it probably should. Specifically, it has the exact wording from previous versio