ALTER INDEX

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: pgsql-patches(at)postgresql(dot)org
Subject: ALTER INDEX
Date: 2004-08-13 07:47:36
Message-ID: Pine.LNX.4.58.0408131746090.16360@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
alter_index.diff text/plain 11.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Gavin Sherry 2004-08-13 07:50:02 Re: ALTER INDEX
Previous Message Christopher Kings-Lynne 2004-08-13 06:52:05 Re: [PATCHES] Patch for pg_dump: Multiple -t options and