]> git.ipfire.org Git - thirdparty/postgresql.git/commit
psql: Add missing IO option to EXPLAIN tab completion master github/master
authorFujii Masao <fujii@postgresql.org>
Sat, 23 May 2026 00:39:58 +0000 (09:39 +0900)
committerFujii Masao <fujii@postgresql.org>
Sat, 23 May 2026 00:39:58 +0000 (09:39 +0900)
commit2c4bd2bf5700db98be0602854a8b7fa2c16b5f4a
tree2d0f2178f7c8ac8f78faf9a59f1f8128318015ad
parentc37b38806a1f7269a25caa9d90d67bf2da363842
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.afrah@gmail.com>
Reviewed-by: Zhenwei Shang <a934172442@gmail.com>
Discussion: https://postgr.es/m/CAAJ6gzGi9gK6nGjsGCch0nFPdd2+odWatTS1uAGwRDPbHkmSVQ@mail.gmail.com
src/bin/psql/tab-complete.in.c