Re: Support tab completion for upper character inputs in psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tang, Haiying" <tanghy(dot)fnst(at)cn(dot)fujitsu(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Support tab completion for upper character inputs in psql
Date: 2021-02-07 18:55:00
Message-ID: 457958.1612724100@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Tang, Haiying" <tanghy(dot)fnst(at)cn(dot)fujitsu(dot)com> writes:
> When using psql I found there's no tab completion for upper character inputs. It's really inconvenient sometimes so I try to fix this problem in the attached patch.

This looks like you're trying to force case-insensitive behavior
whether that is appropriate or not. Does not sound like a good
idea.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2021-02-07 19:00:51 Re: Key management with tests
Previous Message Pavel Stehule 2021-02-07 18:38:39 Re: jsonb_array_elements_recursive()