Changes between Initial Version and Version 2 of Ticket #28928


Ignore:
Timestamp:
Jun 12, 2018, 12:12:21 PM (6 years ago)
Author:
James Howe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28928

    • Property Triage Stage UnreviewedAccepted
    • Property Summary Support expression indexes for GinIndexAdd support for expression indexes for GinIndex
  • Ticket #28928 – Description

    initial v2  
    55would generate
    66{{{
    7 CREATE INDEX jdoc_gin ON mymodel USING GIN ((jdoc -> 'tags' -> 0));
     7CREATE INDEX jdoc_gin ON mymodel USING GIN (((jdoc -> 'tags')::jsonb -> 0));
    88}}}
Back to Top