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