feophant icon indicating copy to clipboard operation
feophant copied to clipboard

Implement the ability to drop tables

Open chotchki opened this issue 3 years ago • 1 comments

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

chotchki avatar Oct 11 '21 17:10 chotchki

Doing more thinking, this will require triggers so that everything gets cleaned up okay.

chotchki avatar Oct 11 '21 18:10 chotchki