pg_receivexlog
manager for multiple PostgreSQL client versions
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 apt-get update && \
apt-get install -y postgresql-client-common
RUN yum install -y postgresql-server
RUN dnf install -y postgresql-server
RUN apt-get update && \
apt-get install -y postgresql-client-9.5