除了服务器和客户端之外,在yum包中还有PostgreSQL二进制文件。

postgresql96-contrib.x86_64
postgresql96-debuginfo.x86_64
postgresql96-devel.x86_64
postgresql96-docs.x86_64
postgresql96-odbc.x86_64
postgresql96-plperl.x86_64
postgresql96-plpython.x86_64
postgresql96-pltcl.x86_64
postgresql96-tcl.x86_64
postgresql96-tcl-debuginfo.x86_64
postgresql96-test.x86_64

我可以假设二进制文件的用途,但我想在文档中检查它。
我怎样才能找到他们的文件?

最佳答案

dnf info postgresql96-contrib

或(老RHEL/CentOS)
yum info postgresql96-contrib

如果已下载RPM:
rpm -qif

10-06 02:16