pgsql: psql: Add missing IO option to EXPLAIN tab completion

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Add missing IO option to EXPLAIN tab completion
Date: 2026-05-23 00:40:40
Message-ID: E1wQaPw-000iCT-2N@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Add missing IO option to EXPLAIN tab completion

Commit 681daed9316 added EXPLAIN (IO) as a boolean option, but did
not update psql's tab completion to include it. Add IO to both the
option keyword list and the boolean ON/OFF completion.

Author: Afrah Razzak <mypg(dot)afrah(at)gmail(dot)com>
Reviewed-by: Zhenwei Shang <a934172442(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAAJ6gzGi9gK6nGjsGCch0nFPdd2+odWatTS1uAGwRDPbHkmSVQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c4bd2bf5700db98be0602854a8b7fa2c16b5f4a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2026-05-24 11:28:52 pgsql: Revert "Allow logical replication snapshots to be database-speci
Previous Message Michael Paquier 2026-05-22 23:18:12 pgsql: Avoid exposing WAL receiver raw conninfo during timeline jumps