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