pg_isready
Check the connection status of a PostgreSQL server. More information: <https://www.postgresql.org/docs/current/app-pg-isready.html>.
RUN apt-get update && \
apt-get install -y postgresql-client-9.6
RUN apt-get update && \
apt-get install -y postgresql-client-9.3
RUN pacman -S --noconfirm postgresql-old-upgrade
RUN apt-get update && \
apt-get install -y postgresql-client-11
RUN yum install -y postgresql-upgrade
RUN dnf install -y postgresql-upgrade
RUN apt-get update && \
apt-get install -y postgresql-client-9.5