Re: Improved tab completion for PostgreSQL parameters in enums

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: bt21masumurak <bt21masumurak(at)oss(dot)nttdata(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Improved tab completion for PostgreSQL parameters in enums
Date: 2021-10-06 05:44:19
Message-ID: YV03s+frItBXqE4I@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2021-10-06 05:52:36 Re: Added schema level support for publication.
Previous Message vignesh C 2021-10-06 05:41:50 Re: Added schema level support for publication.