﻿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
6433	postgres backend doesn't accept version number 8.3RC2	Trevor Caira	Jason Erickson	"the postgres backend expects the parts of the postgres version number as reported by select version() to be both integers. however this is not always the case:

{{{
trevor=> select version();
                                                     version                                                     
-----------------------------------------------------------------------------------------------------------------
 PostgreSQL 8.3RC2 on x86_64-pc-linux-gnu, compiled by GCC cc (GCC) 4.2.3 20080114 (prerelease) (Debian 4.2.2-7)
(1 row)
}}}

the fix is trivial, however. see attached."		closed	Database layer (models, ORM)	dev		fixed			Ready for checkin	1	0	0	0	0	0
