Re: Renaming tables and their indexes simultaneously

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Renaming tables and their indexes simultaneously
Дата
Msg-id 15542.1346010539@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Renaming tables and their indexes simultaneously  (Moshe Jacobson <moshe@neadwerx.com>)
Список pgsql-general
Moshe Jacobson <moshe@neadwerx.com> writes:
> I have a stored procedure that renames a table as part of a partitioning
> scheme, then re-creates it.
> Up until recently (I'm not sure what changed), renaming the table would
> cause the pkey index/constraint, as well as all other indexes, to be
> renamed according to the new table name.

Really?  AFAICT, we've never done that --- at least not as far back as
7.2, which is as far as I felt like checking.

There did use to be some logic in there that tried to make index column
names track their underlying columns when you renamed a column.  But
we gave up on that in 9.0, mainly because of index-expression cases.

            regards, tom lane


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: 9.2 and index only scans
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 9.2 and index only scans