Re: [PATCH] Add tab-complete for backslash commands - Mailing list pgsql-hackers

From ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Subject Re: [PATCH] Add tab-complete for backslash commands
Date
Msg-id 87lf5bg54j.fsf@wibble.ilmari.org
Whole thread Raw
In response to [PATCH] Add tab-complete for backslash commands  ("tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>)
Responses Re: [PATCH] Add tab-complete for backslash commands
List pgsql-hackers
"tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com> writes:

> On Sunday, August 8, 2021 8:13 AM, Dagfinn Ilmari Mannsåker <ilmari@ilmari.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



pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Re: Another regexp performance improvement: skip useless paren-captures
Next
From: Michael Meskes
Date:
Subject: Re: ECPG bug fix: DECALRE STATEMENT and DEALLOCATE, DESCRIBE