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: 2006-02-01 02:17:51
Message-ID: 1138760271.8856.3.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2006-02-01 02:25:06 Re: Tab completion of SET TRANSACTION ISOLATION
Previous Message Bruce Momjian 2006-02-01 01:53:39 Re: Tab completion of SET TRANSACTION ISOLATION