When a relation is moved to another tablespace, we can't assume that we can
[PostgreSQL.git] / src / test / bench / query19
blobc75ab3fd46ddc9157fb84f3ed7575ef403f3ff28
1 select * into table temp_bench from onek;
2 drop table temp_bench;
3 select * into table temp_bench from onek;
4 drop table temp_bench;