Re: Support tab completion for upper character inputs in psql

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Japin Li <japinli(at)hotmail(dot)com>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, "smithpb2250(at)gmail(dot)com" <smithpb2250(at)gmail(dot)com>, "david(dot)zhang(at)highgo(dot)ca" <david(dot)zhang(at)highgo(dot)ca>, "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: 2022-01-25 09:43:50
Message-ID: 20220125094350.jqpzbozxk56nru2s@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Tue, Jan 25, 2022 at 05:22:32AM +0000, tanghy(dot)fnst(at)fujitsu(dot)com wrote:
>
> I tried to add a flag(casesensitive) in the _complete_from_query().
> Now the attached patch passed all the added tap tests.

Thanks for updating the patch. When you do so, please check and update the
commitfest entry accordingly to make sure that people knows it's ready for
review. I'm switching the entry to Needs Review.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2022-01-25 09:44:21 Re: Parameter for planner estimate of recursive queries
Previous Message Yura Sokolov 2022-01-25 09:29:07 Re: Fix BUG #17335: Duplicate result rows in Gather node