Re: Tab complete for CREATE SUBSCRIPTION ... CONECTION does not work

2023-12-26 Thread Japin Li
On Tue, 26 Dec 2023 at 18:10, Shubham Khanna wrote: > On Tue, Dec 26, 2023 at 3:02 PM Japin Li wrote: >> >> >> Hi hacker, >> >> As $subject detailed, the tab-complete cannot work such as: >> >>CREATE SUBSCRIPTION sub CONNECTION 'dbname=postgres port=6543' \t >> >> It seems that the

Re: Tab complete for CREATE SUBSCRIPTION ... CONECTION does not work

2023-12-26 Thread Shubham Khanna
On Tue, Dec 26, 2023 at 3:02 PM Japin Li wrote: > > > Hi hacker, > > As $subject detailed, the tab-complete cannot work such as: > >CREATE SUBSCRIPTION sub CONNECTION 'dbname=postgres port=6543' \t > > It seems that the get_previous_words() could not parse the single quote. > > OTOH, it works

Re: Tab complete for CREATE SUBSCRIPTION ... CONECTION does not work

2022-09-22 Thread Japin Li
On Tue, 20 Sep 2022 at 00:19, Japin Li wrote: > Hi hacker, > > As $subject detailed, the tab-complete cannot work such as: > >CREATE SUBSCRIPTION sub CONNECTION 'dbname=postgres port=6543' \t > > It seems that the get_previous_words() could not parse the single quote. > > OTOH, it works for

Tab complete for CREATE SUBSCRIPTION ... CONECTION does not work

2022-09-19 Thread Japin Li
Hi hacker, As $subject detailed, the tab-complete cannot work such as: CREATE SUBSCRIPTION sub CONNECTION 'dbname=postgres port=6543' \t It seems that the get_previous_words() could not parse the single quote. OTOH, it works for CREATE SUBSCRIPTION sub CONNECTION xx \t, should we fix it?