I use pgbench tool on a CentOS 8 server without installed PostgreSQL. In case Postgresql 10 install command is:
dnf install postgresql-contrib
pgbench --version
pgbench (PostgreSQL) 10.23
With PostgreSql 13 it does not work:
pgbench --version
-bash: pgbench: command not found
What package should I install for installing pgbanch tool?