﻿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
33539	Missing space in SQL generated by PostgresIndex	Anders Kaseorg	Anders Kaseorg	"If I define an index like

`GinIndex(""search_tsvector"", fastupdate=False, name=""zerver_message_search_tsvector"")`

the following output is generated by `manage.py sqlmigrate`:

`CREATE INDEX ""zerver_message_search_tsvector"" ON ""zerver_message"" USING gin (""search_tsvector"")WITH (fastupdate = off) ;`

Note the missing space before `WITH`. It happens that it doesn’t affect the behavior since it follows `)` (at least in all currently supported syntaxes), but it should be cleaned up anyway, so I submitted https://github.com/django/django/pull/15459."	Cleanup/optimization	closed	contrib.postgres	3.2	Normal	fixed			Ready for checkin	1	0	0	0	1	0
