pg_ctl
Utility for controlling a PostgreSQL server and database cluster. More information: <https://www.postgresql.org/docs/current/app-pg-ctl.html>.
RUN apt-get update && \
apt-get install -y postgresql-9.1-dbg
RUN apt-get update && \
apt-get install -y postgresql-9.3-dbg
RUN pacman -S --noconfirm postgresql-old-upgrade
RUN apt-get update && \
apt-get install -y postgresql-11
RUN yum install -y postgresql-upgrade
RUN dnf install -y postgresql-upgrade
RUN apt-get update && \
apt-get install -y postgresql-9.5