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

From Tom Lane
Subject Re: Tab completion of SET TRANSACTION ISOLATION
Date
Msg-id 25911.1138773360@sss.pgh.pa.us
Whole thread Raw
In response to Re: Tab completion of SET TRANSACTION ISOLATION  (Rod Taylor <pg@rbt.ca>)
List pgsql-hackers
Rod Taylor <pg@rbt.ca> writes:
> On Wed, 2006-02-01 at 10:28 +0800, Christopher Kings-Lynne wrote:
>> 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.

The point is that this can hardly be claimed to be a "zero failure mode"
implementation, any more than is the method of saving the tab completion
list after first successful fetch.  Since the latter seems far simpler
and lower-overhead, I'd go with it...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Tab completion of SET TRANSACTION ISOLATION
Next
From: Tom Lane
Date:
Subject: Re: Tab completion of SET TRANSACTION ISOLATION