Re: temp space on different location - Mailing list pgsql-general

From Tom Lane
Subject Re: temp space on different location
Date
Msg-id 19279.1019686123@sss.pgh.pa.us
Whole thread Raw
In response to temp space on different location  (Mario Weilguni <mweilguni@sime.com>)
List pgsql-general
Mario Weilguni <mweilguni@sime.com> writes:
> Is it possible to instruct postgres to use temporary space on a different
> location in the filesystem?

In 7.2, temp files are made in $PGDATA/base/dboid/pgsql_tmp/.  You could
replace the pgsql_tmp subdirectory(s) with a symlink to some other
directory.

            regards, tom lane

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Why is outer Join way quicker?
Next
From: Tom Lane
Date:
Subject: Re: No long-lived transaction, still can't delete tuples