#!/usr/bin/sh

# Helper function to execute the given sql file.

su postgres -c "psql -q -d ${2@Q} < ${1@Q} 2>&1"