Thread
Commits
-
Add tab completion support for the WAIT FOR command
- a1f7f91be2c2 19 (unreleased) landed
-
Add tab completion support for WAIT FOR command
Xuneng Zhou <xunengzhou@gmail.com> — 2025-09-29T06:37:25Z
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 <xunengzhou@gmail.com> — 2025-09-29T06:42:41Z
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 <xunengzhou@gmail.com> — 2025-11-07T10:10:25Z
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 <aekorotkov@gmail.com> — 2025-11-08T11:33:08Z
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
-
Re: Add tab completion support for WAIT FOR command
Xuneng Zhou <xunengzhou@gmail.com> — 2025-11-09T03:11:58Z
Hi Alexander, On Sat, Nov 8, 2025 at 7:33 PM Alexander Korotkov <aekorotkov@gmail.com> wrote: > > 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. > LGTM, thanks. Best, Xuneng
-
Re: Add tab completion support for WAIT FOR command
Alexander Korotkov <aekorotkov@gmail.com> — 2025-11-12T14:26:51Z
On Sun, Nov 9, 2025 at 5:12 AM Xuneng Zhou <xunengzhou@gmail.com> wrote: > On Sat, Nov 8, 2025 at 7:33 PM Alexander Korotkov <aekorotkov@gmail.com> > wrote: > > > > 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. > > > > LGTM, thanks. > Pushed, thank you! ------ Regards, Alexander Korotkov Supabase