Re: Should duplicate indexes on same column and same table

Поиск
Список
Период
Сортировка
От Daniel Cristian Cruz
Тема Re: Should duplicate indexes on same column and same table
Дата
Msg-id 1165693525.5012.3.camel@debian
обсуждение исходный текст
Ответ на Re: Should duplicate indexes on same column and same table be allowed?  ("Rajesh Kumar Mallah" <mallah.rajesh@gmail.com>)
Список pgsql-admin
Em Dom, 2006-12-10 às 00:47 +0530, Rajesh Kumar Mallah escreveu:
> psql> CREATE INDEX x on test (col1);
> psql> CREATE INDEX y on test (col1);
>
> What is (are) the downsides of disallowing the
> second index. which is *exactly* same as
> previous?

What if PostgreSQL make a NOTICE about this? The user could see it and
take some action about it.

Sincerely,
--
Daniel Cristian Cruz
クルズ クリスチアン ダニエル


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

Предыдущее
От: "Rajesh Kumar Mallah"
Дата:
Сообщение: Re: Should duplicate indexes on same column and same table be allowed?
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Advice on loading celko sql script