mirror of
https://github.com/postgres/postgres.git
synced 2026-02-10 14:23:26 -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
130 B
Text
4 lines
130 B
Text
select * into table temp_bench from onek;
|
|
drop table temp_bench;
|
|
select * into table temp_bench from onek;
|
|
drop table temp_bench;
|