pgsql: Add tab completion for the WAIT FOR LSN MODE option - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Add tab completion for the WAIT FOR LSN MODE option
Date
Msg-id E1vcoog-004gOK-2G@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add tab completion for the WAIT FOR LSN MODE option

Update psql tab completion to support the optional MODE option in the
WAIT FOR LSN command.  After specifying an LSN value, completion now offers
both MODE and WITH keywords.  The MODE option specifies which LSN type to wait
for.  In particular, it controls whether the wait is evaluated from the
standby or primary perspective.

When MODE is specified, the completion suggests the valid mode values:
standby_replay, standby_write, standby_flush, and primary_flush.

Discussion: https://postgr.es/m/CABPTF7UiArgW-sXj9CNwRzUhYOQrevLzkYcgBydmX5oDes1sjg%40mail.gmail.com
Author: Xuneng Zhou <xunengzhou@gmail.com>
Reviewed-by: Alexander Korotkov <aekorotkov@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Alvaro Herrera <alvherre@kurilemu.de>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/76948337f724fe92c937d3ccefe2cd08a45f4734

Modified Files
--------------
src/bin/psql/tab-complete.in.c | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove redundant SET enable_partitionwise_join = on.
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Fix typo in parallel.c.