Re: [PATCH] support tab-completion for single quote input with equal sign

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jacob Champion <pchampion(at)vmware(dot)com>
Cc: "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] support tab-completion for single quote input with equal sign
Date: 2021-09-04 15:32:26
Message-ID: 2699757.1630769546@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jacob Champion <pchampion(at)vmware(dot)com> writes:
> t/010_tab_completion.pl .. 17/?
> # Failed test 'tab-completion after single quoted text input with equal sign'
> # at t/010_tab_completion.pl line 198.
> # Actual output was "CREATE SUBSCRIPTION my_sub CONNECTION 'host=localhost port=5432 dbname=postgres' \a"
> # Did not match "(?^:PUBLICATION)"
> # Looks like you failed 1 test of 23.

Independently of the concerns I raised, I'm wondering how come you
are getting different results. Which readline or libedit version
are you using, on what platform?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2021-09-04 16:18:17 Re: public schema default ACL
Previous Message Tom Lane 2021-09-04 14:57:57 Re: [PATCH] support tab-completion for single quote input with equal sign