aboutsummaryrefslogtreecommitdiff
path: root/src/test/performance/sqls/crtsimple
blob: 478e7c613b481dabe8ddfffcee5e225bc114c1a5 (plain)
1
2
3
4
5
if ( $TestDBMS =~ /^pgsql/ )
{
	`echo "CREATE TABLE simple (justint int);" | time $FrontEnd`;
}