Re: asynchronous psql command options?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Smith <christopherl_smith(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: asynchronous psql command options?
Date: 2003-01-16 21:19:38
Message-ID: 27687.1042751978@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Christopher Smith <christopherl_smith(at)yahoo(dot)com> writes:
> disk space ran out. Is it possible to predict the filename to be used
> for indexes and hence create a link to another open disk.

No, but you might get some joy by adjusting the pgsql_tmp subdirectory
of your database to symlink to a temp directory on another disk. The
peak disk usage during a CREATE INDEX is going to have about as much
temp space as finished-index space ...

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sean Chittenden 2003-01-16 21:23:08 Re: asynchronous psql command options?
Previous Message Christopher Smith 2003-01-16 19:46:13 Re: asynchronous psql command options?