Re: Tablespace issues (comment on ,moving indexes) - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Tablespace issues (comment on ,moving indexes)
Date
Msg-id 411823A9.80609@familyhealth.com.au
Whole thread Raw
In response to Re: Tablespace issues (comment on ,moving indexes)  (Kevin Brown <kevin@sysexperts.com>)
Responses Re: Tablespace issues (comment on ,moving indexes)  (Kevin Brown <kevin@sysexperts.com>)
List pgsql-hackers
> Hmm...not ALTER INDEX?  Now that there's an operation that actually
> modifies an index instead of the table itself, should there be an ALTER
> INDEX?  It would be cleaner and more consistent, IMO...

Errr, unlike all the other uses for alter table and friends? ie:

OWNER TO
RENAME TO
SET TABLESPACE

etc.

Lots of things against tables work against indexes and views.  Some 
stuff for commenting on columns say works on views, composite types and 
indexes!

Chris



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Changing the type of timestamp columns
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Tablespace issues (comment on ,moving indexes)