Re: tab completion of enum values is broken

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tab completion of enum values is broken
Date: 2022-01-13 15:39:20
Message-ID: 3153741.1642088360@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> writes:
> This doesn't work anymore:
> create type e2 as enum ('foo', 'bar');
> alter type e2 rename value 'b<TAB>
> This now results in
> alter type e2 rename value 'b'

Ugh. I'll take a look.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Maxim Orlov 2022-01-13 15:51:18 Re: UNIQUE null treatment option
Previous Message Blake, Geoff 2022-01-13 15:35:12 Re: Add spin_delay() implementation for Arm in s_lock.h