pgsql: Improve tab-completion for CLOSE, DECLARE, FETCH and MOVE. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Improve tab-completion for CLOSE, DECLARE, FETCH and MOVE.
Date
Msg-id E1kzwLC-0004NN-TZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve tab-completion for CLOSE, DECLARE, FETCH and MOVE.

This commit makes CLOSE, FETCH and MOVE commands tab-complete the list of
cursors. Also this commit makes DECLARE command tab-complete the options.

Author: Shinya Kato, Sawada Masahiko, tweaked by Fujii Masao
Reviewed-by: Shinya Kato, Sawada Masahiko, Fujii Masao
Discussion: https://postgr.es/m/b0e4c5c53ef84c5395524f5056fc71f0@MP-MSGSS-MBX001.msg.nttdata.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3f238b882c276a59f5d98224850e5aee2a3fec8c

Modified Files
--------------
src/bin/psql/tab-complete.c | 76 +++++++++++++++++++++++++++++++++++++++++----
1 file changed, 70 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pgsql: Ensure that a standby is able to follow a primary on a newer tim
Next
From: Fujii Masao
Date:
Subject: pgsql: Stabilize timeline switch regression test.