Re: TABLE tab completion

2018-09-30 Thread Michael Paquier
On Mon, May 28, 2018 at 09:28:12PM +0200, Vik Fearing wrote: > The tab completion for the TABLE command includes indexes but that's a > bug. Attached is a trivial patch to fix it. As far as I can see, this patch is not needed anymore since e3b7a6d1. -- Michael signature.asc Description: PGP sig

Re: TABLE tab completion

2018-06-02 Thread Edmund Horner
On 29 May 2018 at 07:28, Vik Fearing 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 t

TABLE tab completion

2018-05-28 Thread Vik Fearing
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 diff --git a/src/bin/psql/tab-complet