Re: TABLE tab completion

From: Edmund Horner <ejrh00(at)gmail(dot)com>
To: Vik Fearing <vik(dot)fearing(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: TABLE tab completion
Date: 2018-06-03 03:29:00
Message-ID: CAMyN-kBteibGGYfmuBU_hzuOYZyW0zm9o4x9HO+0n_C8tYamqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 29 May 2018 at 07:28, Vik Fearing <vik(dot)fearing(at)2ndquadrant(dot)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2018-06-03 06:00:41 Re: I'd like to discuss scaleout at PGCon
Previous Message Emre Hasegeli 2018-06-03 00:58:19 Re: [PATCH] Improve geometric types