Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: adds \d, \dt, \du, \l metacommands to sql shell #39141

Merged
merged 1 commit into from
Jul 29, 2019

Commits on Jul 29, 2019

  1. cli: adds new sql shell metacommands

    - adds support for `\l`, `\dt`, `\du`, and ‘\d <table>`
    - tweak welcome message for consistency
    - fix welcome message to show `\q` instead of `CTRL + D` since that doesn’t work on Windows, and isn’t the primary documented way to quit from the shell
    
    Release note: added \d, \dt, \du, \l metacommands to cli shell
    kenliu-crl committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    8fa961c View commit details
    Browse the repository at this point in the history