When a relation is moved to another tablespace, we can't assume that we can
[PostgreSQL.git] / src / test / bench / query01
blob07050b6cc787de1ad4de4b30313346a22a2a4174
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;