Re: Improved tab completion for PostgreSQL parameters in enums - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Improved tab completion for PostgreSQL parameters in enums
Date
Msg-id YV03s+frItBXqE4I@paquier.xyz
Whole thread Raw
In response to Improved tab completion for PostgreSQL parameters in enums  (bt21masumurak <bt21masumurak@oss.nttdata.com>)
List pgsql-hackers
On Wed, Oct 06, 2021 at 02:24:40PM +0900, bt21masumurak wrote:
> If you do tab completion in a situation like A, you will see ["on"] instead
> of [on].
>
> A : "ALTER SYSTEM SET wal_compression TO "
>
> I made a patch for this problem.

This would break the completion of enum entries that require quotes to
work properly for some of their values, like
default_transaction_isolation.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Added schema level support for publication.
Next
From: vignesh C
Date:
Subject: Re: Added schema level support for publication.