ALTER INDEX - Mailing list pgsql-patches

From Gavin Sherry
Subject ALTER INDEX
Date
Msg-id Pine.LNX.4.58.0408131746090.16360@linuxworld.com.au
Whole thread Raw
Responses Re: ALTER INDEX
List pgsql-patches
Attached is a patch implementing ALTER INDEX <name> [ RENAME | OWNER TO |
SET TABLESPACE ]

I haven't included any regression tests because most of the code should be
well tested by the existing alter table tests.

Thanks,

Gavin

Attachment

pgsql-patches by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Minor BEFORE DELETE trigger fix
Next
From: Gavin Sherry
Date:
Subject: Re: ALTER INDEX