default_index_tablespace?

From: "Alexander M(dot) Pravking" <fduch(at)antar(dot)bryansk(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: default_index_tablespace?
Date: 2005-12-01 07:32:59
Message-ID: 20051201073259.GL16326@dyatel.antar.bryansk.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

PostgreSQL 8.0 brought a great tablespaces feature. However, it's still
a real pain for one who wants to separate tables and indices to different
tablespaces: he has to do it manually, explicitely specifying tablespace
for each index.

Thus, I think it would be handy to have "default_index_tablespace" server
variable. Any thoughts?

--
Fduch M. Pravking

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sterpu Victor 2005-12-01 09:07:59 date/time function
Previous Message Thomas F. O'Connell 2005-12-01 05:55:03 Re: SELECT Generating Row Exclusive Locks?