pg_ctl

Utility for controlling a PostgreSQL server and database cluster. More information: <https://www.postgresql.org/docs/current/app-pg-ctl.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y postgresql-9.1-dbg
Ubuntu
RUN apt-get update && \ apt-get install -y postgresql-9.3-dbg
Arch Arch Linux
RUN pacman -S --noconfirm postgresql-old-upgrade
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y postgresql-11
CentOS
RUN yum install -y postgresql-upgrade
Fedora
RUN dnf install -y postgresql-upgrade
Raspbian
RUN apt-get update && \ apt-get install -y postgresql-9.5
click the source code to copy install pg_ctl on any operating system with command-not-found.com