Re: Tab completion for AT TIME ZONE - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Tab completion for AT TIME ZONE
Date
Msg-id ZSjyjnoib7td7tpb@paquier.xyz
Whole thread Raw
In response to Re: Tab completion for AT TIME ZONE  (Vik Fearing <vik@postgresfriends.org>)
List pgsql-hackers
On Fri, Oct 13, 2023 at 08:01:08AM +0200, Vik Fearing wrote:
> On 10/13/23 06:31, Michael Paquier wrote:
>> but after also removing
>> the completion for "ZONE" after typing "AT TIME" because AT would be
>> completed by "TIME ZONE".
>
> Why?  The user can tab at any point.

IMO this leads to unnecessary bloat in tab-complete.c because we
finish with the full completion as long as "TIME" is not fully typed.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Andy Fan
Date:
Subject: Re: A new strategy for pull-up correlated ANY_SUBLINK
Next
From: Michael Paquier
Date:
Subject: Re: pg_stat_statements and "IN" conditions