Re: rename index?

Поиск
Список
Период
Сортировка
От mlw
Тема Re: rename index?
Дата
Msg-id 3BF058F2.81828268@mohawksoft.com
обсуждение исходный текст
Ответ на rename index?  (mlw <markw@mohawksoft.com>)
Ответы Re: rename index?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> 
> ALTER TABLE RENAME works on indexes (at least in recent releases).
> 
>                         regards, tom lane

OH, stupid me, I didn't get what you meant. Treat the index name as the table
name, i.e.

alter table fubar_idx rename to fubar_idx_old;

Yes, that works, but I would never have guessed that. Is that what Postgres
should be doing?

Might not it be useful to have an "alter Object ..." which will work on
Postgres objects, like sequences, functions, etc. to make general changes.
Using alter table to rename an index seems a bit arcane.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Brent Verner
Дата:
Сообщение: Re: rename index?
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Regression test database still stuffed