pgsql: Update: < * Add a GUC variable to control the tablespace for

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update: < * Add a GUC variable to control the tablespace for
Date: 2004-11-02 14:49:31
Message-ID: 20041102144931.0F0073A3D36@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update:

< * Add a GUC variable to control the tablespace for temporary objects
> * Add a GUC variable to control the tablespace for temporary objects and
> sort files
>
> This perhaps should use a round-robin allocation system where several
> tablespaces are used in a cycle. The cycle pointer should be global.
>

Modified Files:
--------------
pgsql/doc:
TODO (r1.1371 -> r1.1372)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1371&r2=1.1372)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2004-11-02 16:10:19 pgsql: Tab completion for CREATE TABLESPACE arguments.
Previous Message Peter Eisentraut 2004-11-02 09:28:45 pgsql: Translation updates