doc: update doc for show vnodes
This commit is contained in:
parent
0be7060928
commit
07a663343c
|
@ -384,7 +384,7 @@ Shows information about all vgroups in the current database.
|
||||||
## SHOW VNODES
|
## SHOW VNODES
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
SHOW VNODES {dnode_id | dnode_endpoint};
|
SHOW VNODES [ON DNODE dnode_id];
|
||||||
```
|
```
|
||||||
|
|
||||||
Shows information about all vnodes in the system or about the vnodes for a specified dnode.
|
Shows information about all vnodes in the system or about the vnodes for a specified dnode.
|
||||||
|
|
|
@ -327,7 +327,7 @@ SHOW [db_name.]VGROUPS;
|
||||||
## SHOW VNODES
|
## SHOW VNODES
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
SHOW VNODES {dnode_id | dnode_endpoint};
|
SHOW VNODES [ON DNODE dnode_id];
|
||||||
```
|
```
|
||||||
|
|
||||||
显示当前系统中所有 VNODE 或某个 DNODE 的 VNODE 的信息。
|
显示当前系统中所有 VNODE 或某个 DNODE 的 VNODE 的信息。
|
||||||
|
|
Loading…
Reference in New Issue