Re: tab completion of enum values is broken - Mailing list pgsql-hackers

From Tom Lane
Subject Re: tab completion of enum values is broken
Date
Msg-id 3153741.1642088360@sss.pgh.pa.us
Whole thread Raw
In response to tab completion of enum values is broken  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.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



pgsql-hackers by date:

Previous
From: "Blake, Geoff"
Date:
Subject: Re: Add spin_delay() implementation for Arm in s_lock.h
Next
From: Maxim Orlov
Date:
Subject: Re: UNIQUE null treatment option