Changes between Initial Version and Version 2 of Ticket #28928
- Timestamp:
- Jun 12, 2018, 12:12:21 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28928
- Property Triage Stage Unreviewed → Accepted
- Property Summary Support expression indexes for GinIndex → Add support for expression indexes for GinIndex
-
Ticket #28928 – Description
initial v2 5 5 would generate 6 6 {{{ 7 CREATE INDEX jdoc_gin ON mymodel USING GIN (( jdoc -> 'tags'-> 0));7 CREATE INDEX jdoc_gin ON mymodel USING GIN (((jdoc -> 'tags')::jsonb -> 0)); 8 8 }}}