Comment 2 for bug 854785

Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote : Re: [TRUNK] Whn you delete a DB psql password is printed on log

I agree with xrg, this is definitely not a critical issue if you think about it for a minute. And by the way, the database password is not likely to be a kind of personal gmail/facebook password.

I can see this as a wishlist, but not more than that. If you really want to avoid leaking the database password in all circumstances, you should setup the postgres connection without any password, for example using UNIX sockets and ident authentication.