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 <[email protected]> Reviewed-by: Zhenwei Shang <[email protected]> Discussion: https://postgr.es/m/caaj6gzgi9gk6ngjsgcch0nfpdd2+odwatts1uagwrdpbhkm...@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(-)
