Re: TOAST index naming consistency

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: TOAST index naming consistency
Дата
Msg-id 200204142354.g3ENsup16244@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: TOAST index naming consistency  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> > Neil Conway wrote:
> >> The indexes on most system catalogs are named with the suffix "_index";
> >> not so with TOAST table indexes, which use "_idx". This trivial patch
> >> changes TOAST table index names to use the "_index" suffix for
> >> consistency.
>
> Has any thought been given to what this might break?

My assumption was that TOAST was pretty much a black box to anything
outside the backend, especially its indexes.  If there are issues, would
someone let us know.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Commands/ directory reorganisation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BETWEEN Help