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