Re: 7.1.2 temporary file area

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Travis Bauer <trbauer(at)indiana(dot)edu>, pgsql-general(at)postgresql(dot)org
Subject: Re: 7.1.2 temporary file area
Date: 2001-06-13 16:40:19
Message-ID: 27005.992450419@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joel Dudley 2001-06-13 16:42:31 Triggers and SPI, oh my!
Previous Message Brent R. Matzelle 2001-06-13 16:39:29 SQL Load Balancer for PostgreSQL