Re: Add tab completion support for WAIT FOR command

From: Xuneng Zhou <xunengzhou(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Subject: Re: Add tab completion support for WAIT FOR command
Date: 2025-11-07 10:10:25
Message-ID: CABPTF7V4ppuZVghQyfTKJbRS-J3U4ZVY0zLeX866=VQZThL7qA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Mon, Sep 29, 2025 at 2:42 PM Xuneng Zhou <xunengzhou(at)gmail(dot)com> wrote:
>
> Hi,
>
> On Mon, Sep 29, 2025 at 2:37 PM Xuneng Zhou <xunengzhou(at)gmail(dot)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

Attachment Content-Type Size
v2-0001-Add-tab-completion-support-for-WAIT-FOR-command.patch application/octet-stream 2.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jakub Wartak 2025-11-07 10:36:05 Re: contrib/pg_stat_tcpinfo
Previous Message Álvaro Herrera 2025-11-07 09:58:31 Re: [PATCH] Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement