We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SHOW ALL_CONFIGS
Once #1272 is merged we would like a way, using the SHOW command itself to display all present configs in the config table.
SHOW
Something like SHOW ALL_CONFIGS or something similar would be required since the current parser implementation is like
show_statement: SHOW (FUNCTIONS | TABLES | uid)
Displaying all configurations is an important for EvaDB users
The text was updated successfully, but these errors were encountered:
Picking this issue myself
Sorry, something went wrong.
SHOW CONFIGS
hershd23
Successfully merging a pull request may close this issue.
Search before asking
Description
Once #1272 is merged we would like a way, using the
SHOW
command itself to display all present configs in the config table.Something like
SHOW ALL_CONFIGS
or something similar would be required since the current parser implementation is likeshow_statement: SHOW (FUNCTIONS | TABLES | uid)
Use case
Displaying all configurations is an important for EvaDB users
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: