#!/bin/bash set -e set -o pipefail set -u PG="psql -X -U postgres -h localhost -d postgres" echo " ======= Create table t" ${PG} <