[PATCH] psql: Add missing IO option to EXPLAIN tab completion

From: Afrah Razzak <mypg(dot)afrah(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] psql: Add missing IO option to EXPLAIN tab completion
Date: 2026-05-12 21:59:31
Message-ID: CAAJ6gzGi9gK6nGjsGCch0nFPdd2+odWatTS1uAGwRDPbHkmSVQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Commit 681daed9316 added EXPLAIN (IO) as a new boolean option, but
psql's tab completion was not updated to include it.

Currently:

EXPLAIN (<Tab> -- IO is not listed
EXPLAIN (IO <Tab> -- no ON/OFF offered

The attached patch adds IO to both the option keyword list and the
boolean ON/OFF completion pattern in tab-complete.in.c.

Thanks,
Afrah Razzak

Attachment Content-Type Size
0001-psql-Add-missing-IO-option-to-EXPLAIN-tab-completion.patch application/octet-stream 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2026-05-12 22:09:00 Re: pgindent versus struct members and typedefs
Previous Message Zsolt Parragi 2026-05-12 21:48:20 Re: Add ssl_(supported|shared)_groups to sslinfo