﻿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
2284	[patch] Extra /sql files with whitespace break syncdb	scottanderson	nobody	"Extra .sql files in /sql directories break syncdb when the files have whitespace.

Example:

CREATE TABLE ""forum_post_fulltext"" (
etc...
	) WITHOUT OIDS;

CREATE INDEX idxcontent ON forum_post_fulltext USING gist (content_idx);

CREATE INDEX idxposttree ON forum_post (thread_id, leftid, rightid);

CREATE FUNCTION f_post_insert() RETURNS trigger AS '
... etc. ...
' LANGUAGE plpgsql
;

The above will cause syncdb to display errors."	Bug	closed	Core (Management commands)	dev	Normal	duplicate	syncdb	scottanderson@…	Accepted	1	0	1	1	0	0
