#27437: Can't create GinIndex on ArrayField(CITextField)
-------------------------------------+-------------------------------------
Reporter: Davide Setti | Owner: Mads
| Jensen
Type: Bug | Status: closed
Component: contrib.postgres | Version: dev
Severity: Normal | Resolution: wontfix
Keywords: postgres, indexes, | Triage Stage:
gin, citext, arrays | Someday/Maybe
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):
* status: assigned => closed
* resolution: => wontfix
Comment:
It's niche. Moreover the `citext`
extension[https://www.postgresql.org/docs/current/citext.html is
discouraged since PostgreSQL 12] in favor of
[https://www.postgresql.org/docs/current/collation.html non-deterministic
collations] that are supported in Django 3.2+ via the new `db_collation`
argument for `CharField` and `TextField`.
--
Ticket URL: <https://code.djangoproject.com/ticket/27437#comment:8>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/061.c6429b6baddcbccff3b8a0c620d6c772%40djangoproject.com.