Re: what can depend on index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: what can depend on index
Дата
Msg-id 24385.1288103385@sss.pgh.pa.us
обсуждение исходный текст
Ответ на what can depend on index  (Szymon Guz <mabewlun@gmail.com>)
Ответы Re: what can depend on index  (Szymon Guz <mabewlun@gmail.com>)
Список pgsql-general
Szymon Guz <mabewlun@gmail.com> writes:
> today I noticed that in the documentation there is DROP INDEX CASCADE.
> I've got one question: what is that for? What can depend on index?

Unique constraints and foreign key constraints, for starters.

But even if there weren't anything, we'd still provide the CASCADE
syntax for future-proofing purposes.

            regards, tom lane

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: what can depend on index
Следующее
От: Szymon Guz
Дата:
Сообщение: Re: what can depend on index