Re: pgsql: If an index depends on no columns of its table, give it a

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: pgsql: If an index depends on no columns of its table, give it a
Дата
Msg-id 1194597317.4251.354.camel@ebony.site
обсуждение исходный текст
Ответ на pgsql: If an index depends on no columns of its table, give it a  (tgl@postgresql.org (Tom Lane))
Ответы Re: pgsql: If an index depends on no columns of its table, give it a
Список pgsql-committers
On Thu, 2007-11-08 at 23:22 +0000, Tom Lane wrote:
> Log Message:
> -----------
> If an index depends on no columns of its table, give it a dependency on the
> whole table instead, to ensure that it goes away when the table is dropped.
> Per bug #3723 from Sam Mason.
>
> Backpatch as far as 7.4; AFAICT 7.3 does not have the issue, because it doesn't
> have general-purpose expression indexes and so there must be at least one
> column referenced by an index.
>

I had understood the discussion to conclude that indexes that do not
depend on any column of the table to not be allowed at all.

Why would anyone want this? (There was a workaround to the original
thought). What value is there in allowing such strange cases?

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: In tsearch code, remove !(A && B) via restructuring, for clarity
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: If an index depends on no columns of its table, give it a