Re: psql SET/RESET/SHOW tab completion - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: psql SET/RESET/SHOW tab completion
Date
Msg-id D1D2D51E3BE3FC4E98598248901F7594027E5505@ausmail2k4.aus.pervasive.com
Whole thread Raw
In response to psql SET/RESET/SHOW tab completion  (Michael Fuhr <mike@fuhr.org>)
List pgsql-hackers
Learn something new every day...

(and yeah, I never understood why tcsh uses ^D, especially that if you do ^D on a newline you disconnect...)

--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software        http://pervasive.com        512-569-9461

> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> Sent: Monday, August 22, 2005 2:58 PM
> To: Jim Nasby
> Cc: Bruce Momjian; Michael Fuhr; pgsql-hackers@postgresql.org
> Subject: Re: [HACKERS] psql SET/RESET/SHOW tab completion
>
>
> "Jim C. Nasby" <jnasby@pervasive.com> writes:
> > What about going the route of tcsh (and I'm sure others)
> where ^D shows
> > you what your options are for tab-completion? This makes it
> much easier
> > to find the option you're looking for.
>
> readline does that already ... just not with ^D (which seems a dang
> weird choice for it anyway).  Try tab twice.
>
>             regards, tom lane
>


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: psql SET/RESET/SHOW tab completion
Next
From: Tom Lane
Date:
Subject: Re: indexes spanning multiple tables