pgsql: psql: Improve tab-completion for LOCK TABLE.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Improve tab-completion for LOCK TABLE.
Date: 2021-10-05 01:14:31
Message-ID: E1mXZ2N-0000sG-3C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Improve tab-completion for LOCK TABLE.

This commit makes psql support the tab-completion for ONLY and
NOWAIT keywords of LOCK TABLE command.

Author: Koyu Tanigawa
Reviewed-by: Shinya Kato, Fujii Masao
Discussion: https://postgr.es/m/a322684daa36319e6ebc60b541000a3a@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0b0d277c35533baecc8d1a9356f71de5f2ee0bd8

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

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-10-05 03:36:53 pgsql: Remove obsolete comment in snapbuild.c.
Previous Message Bruce Momjian 2021-10-04 21:21:40 pgsql: doc: remove URL for ICU explorer/locexp