#!/usr/bin/sh
ARGS="${@@Q}"
su postgres -c "/usr/bin/pg_restore ${ARGS}"