pgbench
Run a benchmark test on PostgreSQL. More information: <https://www.postgresql.org/docs/10/pgbench.html>.
RUN apt-get update && \
apt-get install -y postgresql-contrib-9.1
RUN apt-get update && \
apt-get install -y postgresql-contrib-9.3
RUN apk add postgresql-contrib
RUN pacman -S --noconfirm postgresql-old-upgrade
RUN apt-get update && \
apt-get install -y postgresql-11
RUN yum install -y postgresql-contrib
RUN dnf install -y postgresql-upgrade
RUN apt-get update && \
apt-get install -y postgresql-contrib-9.5