﻿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
19893	manage.py dbshell requires password for PostgreSQL databases	Grzegorz Nosek	nobody	"SQLite and MySQL databases can be accessed using manage.py dbshell without entering any passwords. This isn't the case with PostgreSQL, which requires copying the password from settings.py and pasting it again after psql's prompt.

We can use ~/.pgpass files but they have to be set up in advance, which is still annoying.

To the best of my knowledge, passing the password via the environment is not a security risk.

https://github.com/django/django/pull/772"	Uncategorized	closed	Core (Management commands)	1.4	Normal	duplicate			Unreviewed	1	0	0	0	0	0
