Re: [COMMITTERS] pgsql: Remove code that attempted to rename index columns to keep them

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Remove code that attempted to rename index columns to keep them
Date: 2009-12-23 17:10:37
Message-ID: 5205.1261588237@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Does this mean this TODO items should be modified to remove the index
> name mention?

> Add ALTER TABLE RENAME CONSTRAINT, update index name also

No, that has nothing to do with this.

We already have ALTER INDEX renaming the associated constraint, so
I'm not sure how important the TODO item really is. But if someone
were to do it, we'd certainly want the other direction to keep them
in sync too.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-12-23 17:41:45 pgsql: Allow the index name to be omitted in CREATE INDEX, causing the
Previous Message Bruce Momjian 2009-12-23 16:52:46 Re: [COMMITTERS] pgsql: Remove code that attempted to rename index columns to keep them

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2009-12-23 18:01:25 Re: creating index names automatically?
Previous Message Bruce Momjian 2009-12-23 16:52:46 Re: [COMMITTERS] pgsql: Remove code that attempted to rename index columns to keep them