pgsql: Add tab completion for the WAIT FOR LSN MODE option
| От | Alexander Korotkov |
|---|---|
| Тема | pgsql: Add tab completion for the WAIT FOR LSN MODE option |
| Дата | |
| Msg-id | E1vcoog-004gOK-2G@gemulon.postgresql.org обсуждение исходный текст |
| Список | 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 по дате отправления: