aboutsummaryrefslogtreecommitdiff
path: root/src/test/performance/sqls/drpsimple
blob: 327fbcce9df2ab9ff02ae6034afb75e9fa845021 (plain)
1
2
3
4
5
if ( $TestDBMS =~ /^pgsql/ )
{
	`echo "DROP TABLE simple;" | time $FrontEnd`;
}