﻿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
2278	None	hawk@…	Adrian Holovaty	"runshell in db/backends/postgresql/client.py passes an argument like ""-h somehost"" to psql. That doesn't work with my psql binary (7.4.13 from Debian unstable); psql takes the space as part of the host name.

I changed the logic to produce argument lists like this:
['-U', 'someuser', '-W', '-h', 'somehost', 'somedb']
instead of this:
['-U someuser', '-W', '-h somehost', 'somedb']

Also, the code inserts a -W option (prompt for password) when a password is configured, not when there isn't. I inverted that logic."	defect	closed	django-admin.py inspectdb	0.91	normal	fixed	None	None	Unreviewed	1	0	0	0	0	0
