Re: [PATCH] Add tab-complete for backslash commands

From: ilmari(at)ilmari(dot)org (Dagfinn Ilmari Mannsåker )
To: "tanghy(dot)fnst\(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Add tab-complete for backslash commands
Date: 2021-08-08 18:31:40
Message-ID: 87lf5bg54j.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com> writes:

> On Sunday, August 8, 2021 8:13 AM, Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org> wrote:
>>> + "\\r", "\\rset",
>>
>>There's a typo here, that should be "\\reset". Also, I noticed that for
>>\connect, the situation is the opposite: it has the full form but not
>>the short form (\c).
>>
>>I've addressed both in the attached v2 patch.
>
> Thanks for you comments and fix. Your modified patch LGTM.

I've updated the commitfest entry to Ready for Committer.

> Regards,
> Tang

- ilmari

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2021-08-08 18:34:53 Re: ECPG bug fix: DECALRE STATEMENT and DEALLOCATE, DESCRIBE
Previous Message Mark Dilger 2021-08-08 18:22:24 Re: Another regexp performance improvement: skip useless paren-captures