createlang
manager for multiple PostgreSQL client versions
RUN apt-get update && \
apt-get install -y postgresql-client-9.1
RUN apt-get update && \
apt-get install -y postgresql-client-9.3
RUN apk add postgresql
RUN pacman -S --noconfirm postgresql
RUN apt-get update && \
apt-get install -y postgresql-client-common
RUN yum install -y postgresql
RUN dnf install -y postgresql
RUN apt-get update && \
apt-get install -y postgresql-client-9.5