Using index name in select Query

Поиск
Список
Период
Сортировка
От Naman
Тема Using index name in select Query
Дата
Msg-id CAO=k+Z_OsjfUYzpg4QLHxFRboN-XyG+DbZtGtx5fdOKmF-2VZg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Using index name in select Query  (Kimberly Israel <kac15228@yahoo.com>)
Re: Using index name in select Query  (David Johnston <polobo@yahoo.com>)
Список pgsql-novice
Hi

I have table student with index built upon it naming  index1 ,index2 so on and so forth.
I want to write a query by which i can force the optimizer to use the specified index.

Somewhat like :
select * from student use index(index1).

Is there any way to achieve this

Regards
Naman

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

Предыдущее
От: Erin Jonaitis
Дата:
Сообщение: Re: Restoring from SQL dump
Следующее
От: Kimberly Israel
Дата:
Сообщение: Re: Using index name in select Query