mirror of
https://github.com/postgres/postgres.git
synced 2026-03-03 05:40:43 -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
164 B
Text
4 lines
164 B
Text
select min(unique2) as x into table temp_bench from tenk1;
|
|
drop table temp_bench;
|
|
select min(unique2) as x into table temp_bench from tenk1;
|
|
drop table temp_bench;
|