v2.0
- 关于PTK
- 快速入门
- 使用指南
- 使用参考
- 配置文件示例
- 命令介绍
- ptk
- ptk completion
- ptk view-static-config
- ptk init-cluster
- ptk collect
- ptk rec-guc
- ptk cache
- ptk gen-ptkc
- ptk manage
- ptk demo
- ptk meta
- ptk version
- ptk self
- ptk gen-om-xml
- ptk env
- ptk gen-static-config
- ptk cluster
- ptk cluster createdb
- ptk cluster uninstall-compat-tools
- ptk cluster install-compat-tools
- ptk cluster install-mogila
- ptk cluster rename
- ptk cluster throwout
- ptk cluster takeover
- ptk cluster uninstall-cm
- ptk cluster install-cm
- ptk cluster gen-cert-files
- ptk cluster load-cm-vip
- ptk cluster del-kerberos-auth
- ptk cluster add-kerberos-auth
- ptk cluster uninstall-kerberos-server
- ptk cluster install-kerberos-server
- ptk cluster is-in-upgrade
- ptk cluster upgrade-rollback
- ptk cluster upgrade-commit
- ptk cluster upgrade
- ptk cluster demote
- ptk cluster promote
- ptk cluster refresh
- ptk cluster shell
- ptk cluster modify-comment
- ptk cluster show-config
- ptk cluster set-guc
- ptk cluster show-guc
- ptk cluster set-hba
- ptk cluster show-hba
- ptk cluster scale-out
- ptk cluster scale-in
- ptk cluster uninstall-mogha
- ptk cluster install-mogha
- ptk cluster list-plugins
- ptk cluster install-plugin
- ptk cluster inspect
- ptk cluster failover
- ptk cluster switchover
- ptk cluster build
- ptk cluster status
- ptk cluster restart
- ptk cluster stop
- ptk cluster start
- ptk uninstall
- ptk ls
- ptk install
- ptk exec
- ptk template
- ptk encrypt
- ptk checkos
- ptk download
- ptk candidate
- 故障排查
- FAQ
- 发布记录
- 社区
- 附录:YAML语法
查询集群安装插件
目的
该命令旨在查询并展示集群下已经安装的插件和已经创建的插件。
查询演示
查询命令:
ptk cluster -n <CLUSTER_NAME> list-plugins [-d|--database DATABASE_NAME]
参数说明:
参数名称 | 参数类型 | 说明 |
---|---|---|
-d|--database | String Array | 查询指定数据库的创建插件 |
查询结果样例展示及说明:
List of Installed Plugins:
Plugin Name | dn_6001 | dn_6002
---------------+---------+----------
mysql_fdw | Yes | Yes
oracle_fdw | Yes | Yes
postgres_fdw | Yes | Yes
dblink | Yes | Yes
pg_bulkload | Yes | Yes
pg_prewarm | Yes | No
pg_repack | Yes | No
pg_trgm | Yes | Yes
postgis | Yes | Yes
wal2json | Yes | Yes
whale | Yes | Yes
Extension Status of Databases:
Database | Extension(s)
-----------+---------------
test | whale
postgres | pg_trgm
List of Installed Plugins
展示安装的插件列表。其中Plugin Name
表示插件名称,dn_xxxx
表示某个数据库节点上是否安装了该插件,其中Yes
表示该节点已安装该插件,No
表示该节点未安装该插件。Extension Status of Databases
展示了数据库中已经创建的插件。其中Database
表示数据库名称,Extension(s)
表示对应数据库下已经创建的插件名称。
QA
如何安装插件?
安装插件可参考该链接。
Extension Status of Databases
展示 Cluster Stopped 是什么原因?
数据库中的已创建的扩展需要链接数据库进行查询,当集群主节点停掉时,便查询不到这些信息,因此需要先启动集群主节点,然后再查询插件列表。
为什么有些安装的插件未在此处展示?
这里展示的列表仅展示官网列出的插件列表,其他插件诸如:mogila, compat_tools 等等,此处不予展示。