#30783: Support gin__int_ops option for PostgreSQL intarray
-------------------------------------+-------------------------------------
Reporter: Dmitry | Owner: nobody
Mugtasimov |
Type: | Status: new
Uncategorized |
Component: Database | Version: 2.2
layer (models, ORM) |
Severity: Normal | Keywords: postgresql
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
I would like this https://stackoverflow.com/a/34741985 work out of the
box. Right now such arrays are created without gin__int_ops option:
{{{
2019-09-19 07:50:29,109 DEBUG django.db.backends.schema CREATE INDEX
"jobs_job_titles_de0e2f_gin" ON "jobs_job" USING gin ("titles"); (params
None)
2019-09-19 07:50:29,424 DEBUG django.db.backends (0.315) CREATE INDEX
"jobs_job_titles_de0e2f_gin" ON "jobs_job" USING gin ("titles"); args=None
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30783>
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/054.f041f5e199e28e6959cbf96262cb4688%40djangoproject.com.