﻿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
9953	postgres backend VERSION_RE fails on beta and RC	deserat	nobody	"VERSION_RE = re.compile(r'PostgreSQL (\d+)\.(\d+)\.')

Fails to match PostgreSQL 8.3RC3 or any beta etc....  failure is catastrophic and returns a 'NoneType' has no attribute 'groups' message. 

major, minor = VERSION_RE.search(version).groups()
"		closed	Core (Other)	1.0		duplicate	postgres db backend		Unreviewed	0	0	0	0	0	0
