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