Re: Tab completion of SET TRANSACTION ISOLATION
- From: Neil Conway <neilc(at)samurai(dot)com>
- To: Rod Taylor <pg(at)rbt(dot)ca>
- Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
- Subject: Re: Tab completion of SET TRANSACTION ISOLATION
- Date: Tue, 31 Jan 2006 21:17:51 -0500
- Message-id: <1138760271(dot)8856(dot)3(dot)camel(at)localhost(dot)localdomain>
On Tue, 2006-01-31 at 20:32 -0500, Rod Taylor wrote:
> Perhaps a second database connection could be established during
> situations when running tab completion and other psql commands is
> impossible on the main one?
That would lead to inconsistencies, because of differences between the
two sessions -- for example, one session's search path might be
different from the other's.
-Neil
Home |
Main Index |
Thread Index