morrySnow commented on code in PR #1911:
URL: https://github.com/apache/doris-website/pull/1911#discussion_r1928038157


##########
docs/sql-manual/sql-statements/plugin/SHOW-PLUGINS.md:
##########
@@ -27,27 +27,40 @@ under the License.
 
 ## Description
 
-This statement is used to display installed plugins
+This statement is used to display installed plug-ins
 
-grammar:
+## Syntax
 
-```SQL
+```sql
 SHOW PLUGINS
 ```
 
-This command will display all user-installed and system built-in plugins
+## Return Value
+
+|Description| Version | JavaVersion | ClassName | SoName   | Sources | Status 
| Properties |
+|-----------|---------|-------------|------|----------|------|------|-------|
+|Corresponding plug-in description| Plug-in corresponding version number | 
Corresponding Java version number | Program class name | Program shared object 
name | Plugin Source | Installation Status | Plugin Properties  |

Review Comment:
   ```
   | Column | Description |
   | ------ | ----------- |
   | Description | Corresponding plug-in description |
   | .... | .... |
   | Properties | Plugin Properties |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to