mirror of
https://github.com/postgres/postgres.git
synced 2026-03-03 13:51:00 -05:00
- change temp -> temp_bench ("temp" is now a reserved word)
- fix bugs in queries
- add -B 256 option to run the postgres command
(without this, postgres seems to fail with hashjoin)
4 lines
210 B
Text
4 lines
210 B
Text
select two, four, ten, twenty, hundred, string4 into table temp_bench from tenk1;
|
|
drop table temp_bench;
|
|
select two, four, ten, twenty, hundred, string4 into table temp_bench from tenk1;
|
|
drop table temp_bench;
|