#!/bin/sh # # shell script to create Bacula PostgreSQL tables # bindir=@SQL_BINDIR@ db_name=@db_name@ $bindir/psql -f - -d ${db_name} $* <