pgcli icon indicating copy to clipboard operation
pgcli copied to clipboard

Completer has to suggest commands for which help is available

Open j-bennet opened this issue 10 years ago • 1 comments

When user types in \h <space>, completer has to suggest SQL terms for which help is available.

Those terms can be got from executing \h without parameters.

j-bennet avatar Oct 03 '15 18:10 j-bennet

\h command was added in this PR in pgspecial:

https://github.com/dbcli/pgspecial/pull/2

j-bennet avatar Oct 03 '15 18:10 j-bennet