Add tab completion support for the WAIT FOR command

Alexander Korotkov <akorotkov@postgresql.org>

Commit: a1f7f91be2c24c0a9e8d5b9e75bc43437d5476c2
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2025-11-12T14:11:14Z
Add tab completion support for the WAIT FOR command

This commit implements tab completion for the WAIT FOR LSN command in psql.

Discussion: https://postgr.es/m/CABPTF7WnLPKcoTGCGge1dDpOieZ2HGF7OVqhNXDcRLPPdSw%3DxA%40mail.gmail.com
Author: Xuneng Zhou <xunengzhou@gmail.com>
Reviewed-by: Alexander Korotkov <aekorotkov@gmail.com>

Files

PathChange+/−
src/bin/psql/tab-complete.in.c modified +36 −1

Discussion