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

From Tom Lane
Subject Re: [PATCH] Add tab-complete for backslash commands
Date
Msg-id 3435511.1631121908@sss.pgh.pa.us
Whole thread Raw
In response to RE: [PATCH] Add tab-complete for backslash commands  ("tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>)
List pgsql-hackers
"tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com> writes:
> Here is the updated patch in which I added the multiple-character versions for backslash commands
> and remove their corresponding single-character version.
> Of course, for backslash commands with only single-character version, no change added.

Pushed.  I tweaked your list to the extent of adding back "\ir",
because since it's two letters not one, the argument that it's
entirely useless for tab completion doesn't quite apply.  But
if we wanted to make a hard-and-fast policy of offering only
the long form when there are two forms, maybe we should remove
that one too.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Gilles Darold
Date:
Subject: Re: Schema variables - new implementation for Postgres 15
Next
From: Dipesh Pandit
Date:
Subject: Re: .ready and .done files considered harmful