This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
postgresql
Watch
1
Star
0
Fork
You've already forked postgresql
0
mirror of
https://github.com/postgres/postgres.git
synced
2026-04-24 07:40:59 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2b6a35f7cd
postgresql
/
src
/
test
/
bench
/
query19
5 lines
130 B
Text
Raw
Normal View
History
Unescape
Escape
Overhaul Wisconsin Benchmark test suit - 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)
1999-04-16 02:31:13 -04:00
select * into table temp_bench from onek;
drop table temp_bench;
select * into table temp_bench from onek;
drop table temp_bench;
Reference in a new issue
Copy permalink