Opened 7 years ago
Last modified 4 years ago
#28928 closed New feature
Add support for expression indexes for GinIndex — at Version 2
Reported by: | James Howe | Owned by: | |
---|---|---|---|
Component: | contrib.postgres | Version: | 1.11 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
I'm envisaging an api such that
GinIndex(fields=['jdoc.tags[0]'])
would generate
CREATE INDEX jdoc_gin ON mymodel USING GIN (((jdoc -> 'tags')::jsonb -> 0));
Change History (2)
comment:1 by , 7 years ago
Summary: | Support expression indexes for GinIndex → Add support for expression indexes for GinIndex |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 6 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.