Re: 7.1.2 temporary file area

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Travis Bauer <trbauer@indiana.edu>, pgsql-general@postgresql.org
Date: 2001-06-13T16:40:19Z
Lists: pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> Current sources (7.2-to-be) also have provisions for relocating real
>> temp files in a similar fashion --- change the directory they live in
>> to be a symlink.  But that won't help you today.

> We have temp sort file in a separate directory.  Did you put temp tables
> in there too?

No.  I don't think we want to mess with that until we have tablespaces.
Then there should be a provision for designating the tablespace that
temp tables go into...

			regards, tom lane