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

From: Japin Li <japinli(at)hotmail(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Tab complete for CREATE SUBSCRIPTION ... CONECTION does not work
Date: 2022-09-19 16:19:58
Message-ID: MEYP282MB16691FFB3D4F35CBCB8982FFB64D9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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?

--
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Himanshu Upadhyaya 2022-09-19 16:20:40 Re: HOT chain validation in verify_heapam()
Previous Message Jaime Casanova 2022-09-19 16:04:03 Re: START_REPLICATION SLOT causing a crash in an assert build