Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA12567; Mon, 6 Jul 92 21:07:59 -0700
Date: Mon, 6 Jul 92 21:07:59 -0700
Message-Id: <9207070407.AA12567@postgres.Berkeley.EDU>
From: postgres@mailhost.cs.pdx.edu (Postgres Account)
Subject: Hashjoin
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu


In the current version of postgres, it seems that Postgres aborts the query
and complains out of memery rather than creates temporary overflow files, when
postgres does join operation on two large files. In another words, postgres
does join operation only in memory rather than creating temporary files on
disk when overflow occurs. Am I right? What about in the next release?

Thanks in advance for any respones.

--Shengsong Ni
