Re: psql's \d commands --- end of the line for - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: psql's \d commands --- end of the line for
Date
Msg-id Pine.LNX.4.44.0212101942400.25355-100000@localhost.localdomain
Whole thread Raw
In response to Re: psql's \d commands --- end of the line for  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
Alvaro Herrera writes:

> Would it work to make \d tab-completable in a way that showed both the
> commands that are available and the objects they describe? e.g.
>
> \d<tab> would show something like
> \dt [tables]    \ds [sequences]    \dv [views] ...

That won't work.  The actual completion and the view of the alternatives
if the completion is ambiguous is driven by the same data.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: psql's \d commands --- end of the line for
Next
From: Peter Eisentraut
Date:
Subject: Re: psql's \d commands --- end of the line for 1-character identifiers?