I wrote:
> Oh ... experimenting on macOS (with the system-provided libedit)
> shows no bug here. So I guess we'll need to make this conditional
> somehow, perhaps on USE_FILENAME_QUOTING_FUNCTIONS. That's another
> reason for not going overboard.
After further fooling with that, I concluded that
Peter Eisentraut writes:
> This doesn't work anymore:
> create type e2 as enum ('foo', 'bar');
> alter type e2 rename value 'b
> This now results in
> alter type e2 rename value 'b'
The main issue here is that Query_for_list_of_enum_values[_with_schema]
is designed to match against a pre-quoted l
Peter Eisentraut writes:
> This doesn't work anymore:
> create type e2 as enum ('foo', 'bar');
> alter type e2 rename value 'b
> This now results in
> alter type e2 rename value 'b'
Ugh. I'll take a look.
regards, tom lane