fix: show license/vgroups docs error
This commit is contained in:
parent
7bf9c3d701
commit
69c0ef8ecd
|
@ -86,10 +86,10 @@ SHOW FUNCTIONS;
|
|||
|
||||
Shows all user-defined functions in the system.
|
||||
|
||||
## SHOW LICENSE
|
||||
## SHOW LICENCES
|
||||
|
||||
```sql
|
||||
SHOW LICENSE;
|
||||
SHOW LICENCES;
|
||||
SHOW GRANTS;
|
||||
```
|
||||
|
||||
|
@ -359,7 +359,7 @@ Shows the working configuration of the parameters that must be the same on each
|
|||
SHOW [db_name.]VGROUPS;
|
||||
```
|
||||
|
||||
Shows information about all vgroups in the system or about the vgroups for a specified database.
|
||||
Shows information about all vgroups in the current database.
|
||||
|
||||
## SHOW VNODES
|
||||
|
||||
|
|
|
@ -86,10 +86,10 @@ SHOW FUNCTIONS;
|
|||
|
||||
显示用户定义的自定义函数。
|
||||
|
||||
## SHOW LICENSE
|
||||
## SHOW LICENCES
|
||||
|
||||
```sql
|
||||
SHOW LICENSE;
|
||||
SHOW LICENCES;
|
||||
SHOW GRANTS;
|
||||
```
|
||||
|
||||
|
@ -303,7 +303,7 @@ SHOW DNODE dnode_id VARIABLES;
|
|||
SHOW [db_name.]VGROUPS;
|
||||
```
|
||||
|
||||
显示当前系统中所有 VGROUP 或某个 db 的 VGROUPS 的信息。
|
||||
显示当前数据库中所有 VGROUP 的信息。
|
||||
|
||||
## SHOW VNODES
|
||||
|
||||
|
|
Loading…
Reference in New Issue