~ubuntu-branches/ubuntu/lucid/postgresql-8.4/lucid-proposed

« back to all changes in this revision

Viewing changes to src/test/bench/query03

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
select * into table temp_bench from tenk1 where (unique2 > 301) and (unique2 < 402);
 
2
drop table temp_bench;
 
3
select * into table temp_bench from tenk1 where (unique2 > 301) and (unique2 < 402);
 
4
drop table temp_bench;