Merge pull request #22882 from taosdata/DOC/TD-25699-main

doc: update doc for show vnodes
This commit is contained in:
wade zhang 2023-09-14 11:05:20 +08:00 committed by GitHub
commit 3c1affb612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ Shows information about all vgroups in the current database.
## SHOW VNODES
```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.

View File

@ -327,7 +327,7 @@ SHOW [db_name.]VGROUPS;
## SHOW VNODES
```sql
SHOW VNODES {dnode_id | dnode_endpoint};
SHOW VNODES [ON DNODE dnode_id];
```
显示当前系统中所有 VNODE 或某个 DNODE 的 VNODE 的信息。