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