pgsql: Add tab completion support for the WAIT FOR command - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Add tab completion support for the WAIT FOR command
Date
Msg-id E1vJBlS-006FUa-08@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a1f7f91be2c24c0a9e8d5b9e75bc43437d5476c2

Modified Files
--------------
src/bin/psql/tab-complete.in.c | 37 ++++++++++++++++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix range for commit_siblings in sample conf
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Split out innards of pg_tablespace_location()