﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28928	Add support for expression indexes for GinIndex	James Howe		"I'm envisaging an api such that
{{{
GinIndex(fields=['jdoc.tags[0]'])
}}}
would generate
{{{
CREATE INDEX jdoc_gin ON mymodel USING GIN ((jdoc -> 'tags' -> 0));
}}}"	New feature	closed	contrib.postgres	1.11	Normal	duplicate			Accepted	0	0	0	0	0	0
