feophant
feophant copied to clipboard
Implement the ability to drop tables
Right now pgbench fails on an initial attempt to drop the tables. We should add drop support.
drop table if exists pgbench_accounts, pgbench_branches, pgbench_history, pgbench_tellers
Doing more thinking, this will require triggers so that everything gets cleaned up okay.