TABLE tab completion
Started by Vik Fearingalmost 8 years ago3 messageshackers
The tab completion for the TABLE command includes indexes but that's a
bug. Attached is a trivial patch to fix it.
--
Vik Fearing +33 6 46 75 15 36
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support
Attachments:
TABLE_tab-complete.patchtext/x-patch; name=TABLE_tab-complete.patchDownload+1-1
Re: TABLE tab completion
On 29 May 2018 at 07:28, Vik Fearing <vik.fearing@2ndquadrant.com> wrote:
The tab completion for the TABLE command includes indexes but that's a
bug. Attached is a trivial patch to fix it.
Looks correct to me.
You lose tab completion for "TABLE pg_toast.pg_toast_xyz" but that
seems reasonable. If people want to query toast tables I'm sure
they'll manage.