Re: Tab completion of SET TRANSACTION ISOLATION
Rod Taylor <pg@rbt.ca>
From: Rod Taylor <pg@rbt.ca>
To: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>,
Peter Eisentraut <peter_e@gmx.net>, pgsql-hackers@postgresql.org
Date: 2006-02-01T02:30:23Z
Lists: pgsql-hackers
On Wed, 2006-02-01 at 10:28 +0800, Christopher Kings-Lynne wrote: > > I believe psql keeps the password in memory. > > > > \c seems to be able to change databases without asking for the password > > again. > > What if that role has a maximum of one connection, etc.? Considering it would only be used when the alternative was to say "Sorry, tab completion unavailable", I really don't see these as problems -- fall back to saying it cannot be done. --