3 # shell script to delete Bacula tables for PostgreSQL
8 $bindir/psql -f - -d ${db_name} $* <<END-OF-DATA
9 drop table unsavedfiles;
31 drop table locationlog;
36 echo "Deletion of Bacula PostgreSQL tables succeeded."
38 echo "Deletion of Bacula PostgreSQL tables failed."