Re: [GENERAL] Feature Request - Defining default table space for Indexes in Conf file

2007-10-03 Thread Tom Lane
"Josh Tolley" <[EMAIL PROTECTED]> writes: > On 10/1/07, S Sharma <[EMAIL PROTECTED]> wrote: >> It would be nice to have a feature to define a default table space for >> indexes in db conf file and all indexed are created in that table space. > Although the most basic optimization suggested when us

Re: [GENERAL] Feature Request - Defining default table space for Indexes in Conf file

2007-10-03 Thread Josh Tolley
On 10/1/07, S Sharma <[EMAIL PROTECTED]> wrote: > Hi All, > > The default table space defined in db conf file is used for all database > tables as well as indexes. So putting the indexes on another table space > requires manually dropping and re-creating indexes. > It would be nice to have a featur

Re: [GENERAL] Feature Request - Defining default table space for Indexes in Conf file

2007-10-02 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/01/07 13:22, S Sharma wrote: > Hi All, > > The default table space defined in db conf file is used for all database > tables as well as indexes. So putting the indexes on another table space > requires manually dropping and re-creating indexes.

[GENERAL] Feature Request - Defining default table space for Indexes in Conf file

2007-10-02 Thread S Sharma
Hi All, The default table space defined in db conf file is used for all database tables as well as indexes. So putting the indexes on another table space requires manually dropping and re-creating indexes. It would be nice to have a feature to define a default table space for indexes in db conf