Re: rename index? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: rename index?
Date
Msg-id 27807.1006398672@sss.pgh.pa.us
Whole thread Raw
In response to Re: rename index?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Added to TODO:
>         o Prevent ALTER TABLE RENAME from renaming indexes and sequences (?)

This would clearly be a step backwards, unless we provide alternate
syntax.

While it's maybe a tad inconsistent to allow ALTER TABLE RENAME to work
on the other relation types, I'm having a hard time getting excited about
doing any work just to be more rigid about it.  There's a good reason
for DROP to be extremely tight about what it will do: you can't always
undo it.  So the more checking we can do to be sure you meant what you
said, the better.  OTOH a mistaken RENAME is easy enough to undo, so I'm
not so concerned about having very tight consistency checking on it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: beta3
Next
From: "Marc G. Fournier"
Date:
Subject: Re: beta3