Re: Improved tab completion for PostgreSQL parameters in enums

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 14:34:45
Message-ID: 4140633.1633530885@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

bt21masumurak <bt21masumurak(at)oss(dot)nttdata(dot)com> writes:
> 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.

I do not think this is an improvement. It will result in omitting
quotes in some cases where they're not optional. Try it with a
value such as "all", for example.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-10-06 14:41:43 Re: Triage on old commitfest entries
Previous Message Bruce Momjian 2021-10-06 14:24:47 Re: Compressing temporary files