FOREIGN KEY AND INDEXEX

Поиск
Список
Период
Сортировка
От JORGE MALDONADO
Тема FOREIGN KEY AND INDEXEX
Дата
Msg-id f03943a00810281304r3e6340a8qa1669047d87d1640@mail.gmail.com
обсуждение исходный текст
Ответы Re: FOREIGN KEY AND INDEXEX  (Alan Hodgson <ahodgson@simkin.ca>)
Список pgsql-novice
I need to define an index for a table but such an index already exists as a foreign key.
I have fk_state (a foreign key) and I need a common index (ix_state).
Should I define the index or does the foreign key work like an index too?
 
With respect,
Jorge Maldonado
 
 

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

Предыдущее
От: Marcin Krol
Дата:
Сообщение: Re: why is index not used?
Следующее
От: Alan Hodgson
Дата:
Сообщение: Re: FOREIGN KEY AND INDEXEX