Re: Tab completion of SET TRANSACTION ISOLATION

Neil Conway <neilc@samurai.com>

From: Neil Conway <neilc@samurai.com>
To: Rod Taylor <pg@rbt.ca>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, Christopher Kings-Lynne <chriskl@familyhealth.com.au>, Peter Eisentraut <peter_e@gmx.net>, pgsql-hackers@postgresql.org
Date: 2006-02-01T02:17:51Z
Lists: pgsql-hackers
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