On Thu, Jan 19, 2023 at 3:41 PM Adrian Klaver
wrote:
> From here:
>
> https://www.postgresql.org/about/featurematrix/detail/392/
>
> UNIQUE NULLS NOT DISTINCT
>
> By default, NULL values are not treated as distinct entries. Specifying
> NULLS NOT DISTINCT on unique indexes / constraints will cau
From here:
https://www.postgresql.org/about/featurematrix/detail/392/
UNIQUE NULLS NOT DISTINCT
By default, NULL values are not treated as distinct entries. Specifying
NULLS NOT DISTINCT on unique indexes / constraints will cause NULL
values to be treated distinctly.
From here:
https://ww