Re: Implicit btree index from unique constraint versus explicit btree index

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Implicit btree index from unique constraint versus explicit btree index
Дата
Msg-id 34086A04-528D-4518-86D6-8FE92A439595@seespotcode.net
обсуждение исходный текст
Ответ на Re: Implicit btree index from unique constraint versus explicit btree index  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-novice
On Oct 2, 2007, at 18:01 , Michael Glaesemann wrote:

>
> On Oct 2, 2007, at 17:34 , David Monarchi wrote:
>
>> Does PG use this implicit index in answering queries in the same
>> manner as an explicit index,
>
> Yes. The only thing implicit about the index is its creation.

And its destruction, if the table it indexes is dropped

Michael Glaesemann
grzm seespotcode net

PS ...and the lamp, and that's all that's implicit.



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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: Implicit btree index from unique constraint versus explicit btree index
Следующее
От: "Tore Lukashaugen"
Дата:
Сообщение: Simple sql question