[Bug 164772] Re: bash_completion fails for psql when databases require a password

2011-01-06 Thread Peter Eisentraut
PostgreSQL 9.0 has the psql option --no-password/-w, which is what you want to use. It should be OK to also use this in older versions because they will just fail and print nothing, which is no worse than the disabled state now. -- You received this bug notification because you are a member of

[Bug 244149] Re: Missing pgbouncer reload command in init script

2010-08-03 Thread Peter Eisentraut
** Changed in: pgbouncer (Ubuntu) Status: New = Fix Released -- Missing pgbouncer reload command in init script https://bugs.launchpad.net/bugs/244149 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 326132] Re: [wishlist] Pinentry does not allow to paste into it, why?!

2010-04-28 Thread Peter Eisentraut
The purpose of the pinentry package is to have a secure passphrase entry. If you want a nonsecure one, you can probably implement that in about 30 lines of shell script. Or just remove the passphrase from your private key. Not that I recommend that. :) -- [wishlist] Pinentry does not allow to

[Bug 326132] Re: [wishlist] Pinentry does not allow to paste into it, why?!

2010-04-17 Thread Peter Eisentraut
It's an intentional upstream feature. The whole point of pinentry is that the password doesn't leak anywhere in plain text. Using copy and paste defeats that. -- [wishlist] Pinentry does not allow to paste into it, why?! https://bugs.launchpad.net/bugs/326132 You received this bug notification