Обсуждение: Add tab completion support for WAIT FOR command

Поиск
Список
Период
Сортировка

Add tab completion support for WAIT FOR command

От
Xuneng Zhou
Дата:
Hi hackers,

Thread [1] proposed the WAIT FOR command. This thread presents a
follow-up patch adding tab completion support, per Jian’s idea.

[1] Implement  tab completion for the WAIT FOR LSN command in psql.
https://www.postgresql.org/message-id/flat/CAPpHfdsjtZLVzxjGT8rJHCYbM0D5dwkO%2BBBjcirozJ6nYbOW8Q%40mail.gmail.com

Вложения

Re: Add tab completion support for WAIT FOR command

От
Xuneng Zhou
Дата:
Hi,

On Mon, Sep 29, 2025 at 2:37 PM Xuneng Zhou <xunengzhou@gmail.com> wrote:
>
> Hi hackers,
>
> Thread [1] proposed the WAIT FOR command. This thread presents a
> follow-up patch adding tab completion support, per Jian’s idea.
>
> [1] Implement  tab completion for the WAIT FOR LSN command in psql.
> https://www.postgresql.org/message-id/flat/CAPpHfdsjtZLVzxjGT8rJHCYbM0D5dwkO%2BBBjcirozJ6nYbOW8Q%40mail.gmail.com

Sorry for the mismatch between link and description in last message.
The thread for WAIT FOR command is:

https://www.postgresql.org/message-id/flat/CAPpHfdsjtZLVzxjGT8rJHCYbM0D5dwkO%2BBBjcirozJ6nYbOW8Q%40mail.gmail.com



Re: Add tab completion support for WAIT FOR command

От
Xuneng Zhou
Дата:
Hi,

On Mon, Sep 29, 2025 at 2:42 PM Xuneng Zhou <xunengzhou@gmail.com> wrote:
>
> Hi,
>
> On Mon, Sep 29, 2025 at 2:37 PM Xuneng Zhou <xunengzhou@gmail.com> wrote:
> >
> > Hi hackers,
> >
> > Thread [1] proposed the WAIT FOR command. This thread presents a
> > follow-up patch adding tab completion support, per Jian’s idea.
> >
> > [1] Implement  tab completion for the WAIT FOR LSN command in psql.
> > https://www.postgresql.org/message-id/flat/CAPpHfdsjtZLVzxjGT8rJHCYbM0D5dwkO%2BBBjcirozJ6nYbOW8Q%40mail.gmail.com
>
> Sorry for the mismatch between link and description in last message.
> The thread for WAIT FOR command is:
>
> https://www.postgresql.org/message-id/flat/CAPpHfdsjtZLVzxjGT8rJHCYbM0D5dwkO%2BBBjcirozJ6nYbOW8Q%40mail.gmail.com

The WAIT FOR command was committed in 447aae1; this patch has been
updated to match its grammar.

Best,
Xuneng

Вложения

Re: Add tab completion support for WAIT FOR command

От
Alexander Korotkov
Дата:
Hi, Xuneng!

On Fri, Nov 7, 2025 at 12:10 PM Xuneng Zhou <xunengzhou@gmail.com> wrote:
> The WAIT FOR command was committed in 447aae1; this patch has been
> updated to match its grammar.

I made minor adjustments to the patch.  I'm going to push it if no objections.

------
Regards,
Alexander Korotkov
Supabase

Вложения