Re: Todo "claim": psql tab completion on schema names

From: Ian Barwick <barwick(at)gmx(dot)net>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Todo "claim": psql tab completion on schema names
Date: 2003-02-16 00:34:34
Message-ID: 200302160134.34111.barwick@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sunday 16 February 2003 01:10, Rod Taylor wrote:
> I've been debating a mechanism which could build tab completion tables
> based on the documentation for a while now -- and was going to give it a
> try next week. If it works, that file would essentially disappear.

OK, will hold off and see what happens.

> > In this respect couple of general questions:
> > - is there any reason why tab expansion of slash commands is
> > only implemented in a few cases? E.g. for \d but not \di ?
> > . is there any requirement to maintain any kind of backwards
> > compatibilty to pre 7.3 clients?
>
> Post 7.3 launch most of these cases were cleaned up, not to say some
> weren't missed. You might want to take a look at CVS-TIP sources.

It's what I have...

> Feel
> free to send in patches for ones that have been missed.

...what I meant is that after entering \d, TAB will produce a list of tables,
but \di does not produce a list of indexes, same for \dv etc. I see
no particular reason why this is so and can provide patches
if relevant.

Ian Barwick
barwick(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 2003-02-16 00:36:51 Re: location of the configuration files
Previous Message Rod Taylor 2003-02-16 00:10:31 Re: Todo "claim": psql tab completion on schema names