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
Show命令,目前仅能返回一个列表。
建议, SHOW SPACES;返回图空间名称+图空间备注。 SHOW TAGS;返回TAG名称+备注。
其它命令类似。
好处是,目前仅能返回一个编码,其实有一些名称或者描述信息,更好一些。
特别是TAG这种类型的,还需要通过SHOW CREATE TAG,然后再截取字符串才能拿到备注,非常尴尬。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Show命令,目前仅能返回一个列表。
建议,
SHOW SPACES;返回图空间名称+图空间备注。
SHOW TAGS;返回TAG名称+备注。
其它命令类似。
好处是,目前仅能返回一个编码,其实有一些名称或者描述信息,更好一些。
特别是TAG这种类型的,还需要通过SHOW CREATE TAG,然后再截取字符串才能拿到备注,非常尴尬。
The text was updated successfully, but these errors were encountered: