How can I create a `nulls not distinct` index in Postgres 15 for `push`?
Hi
I'm having trouble to create such an index.
This
somehow does not create an index that has the
Whereas a query like this would work.
However, there's a WHERE clause that breaks it.
I'm having trouble to create such an index.
This
somehow does not create an index that has the
nulls not distinct constraint.Whereas a query like this would work.
However, there's a WHERE clause that breaks it.