ash-project / ash_postgres

The PostgreSQL data layer for Ash Framework
https://hexdocs.pm/ash_postgres
MIT License
139 stars 73 forks source link

docs: Add note that `nulls_distinct` requires PostgreSQL 15 #341

Closed sevenseacat closed 3 months ago

sevenseacat commented 3 months ago

Unfortunately it's not an option on indexes in PostgreSQL 14 :(

https://www.postgresql.org/docs/14/sql-createindex.html

Contributor checklist