Back to Starrocks

SHOW PLUGINS

docs/en/sql-reference/sql-statements/cluster-management/plugin/SHOW_PLUGINS.md

4.1.0430 B
Original Source

SHOW PLUGINS

SHOW PLUGINS is used to view the installed plugins.

:::tip

This operation requires the SYSTEM-level PLUGIN privilege. You can follow the instructions in GRANT to grant this privilege.

:::

Syntax

sql
SHOW PLUGINS

This command will display all built-in plugins and custom plugins.

Examples

  1. Show the installed plugins:

    sql
    SHOW PLUGINS;