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
nulls not distinct
constraint.
Whereas a query like this would work.
However, there's a WHERE clause that breaks it.
1 Reply
@Michael Schaufelberger Hi there. Haven't seen this issue before, so it might be a bug we need to patch. Could you file an issue on the Github repo so we can keep track of this bug?