Re: Tab completion of SET TRANSACTION ISOLATION - Mailing list pgsql-hackers

From Neil Conway
Subject Re: Tab completion of SET TRANSACTION ISOLATION
Date
Msg-id 1138760271.8856.3.camel@localhost.localdomain
Whole thread Raw
In response to Re: Tab completion of SET TRANSACTION ISOLATION  (Rod Taylor <pg@rbt.ca>)
List 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




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Tab completion of SET TRANSACTION ISOLATION
Next
From: Rod Taylor
Date:
Subject: Re: Tab completion of SET TRANSACTION ISOLATION