Re: psql missing tab completion for extensions

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql missing tab completion for extensions
Date: 2013-08-15 16:46:55
Message-ID: CABUevEwyb98v7wZXcMxe9d9jFU0z-H8Uv2Z9z8X0K6pX_Np4=Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 15, 2013 at 5:26 PM, Stephen Frost <sfrost(at)snowman(dot)net> wrote:
> * Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
>> Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> > psql is missing tab completion for \dx (or more usfully, for \dx+).
>> > Attached patch fixes this.
>>
>> > Do we consider this a bugfix and backpatch (at least to 9.3? even
>> > though the problem goes back further), or head only?
>>
>> Sounds like a feature to me. I wouldn't object to sneaking it into
>> 9.3 though.
>
> Agreed.

Done.

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2013-08-15 16:50:56 Re: TODO request: multi-dimensional arrays in PL/pythonU
Previous Message Stephen Frost 2013-08-15 15:26:07 Re: psql missing tab completion for extensions