How to force an Index ?

Поиск
Список
Период
Сортировка
От Rhaoni Chiu Pereira
Тема How to force an Index ?
Дата
Msg-id 1061925116.3f4bb0fc641b2@www.sistemica.info
обсуждение исходный текст
Ответы Re: How to force an Index ?
Список pgsql-admin
Hi List,

     I'm looking for a way to force an Index to be used in a SQL query. In a
Oracle SQL query it would be like:

    Select /*+ my_index*/ * from my_table where my_name="rhaoni";

   So it would use the index my_index to execute the query. How can I make this
in a PostgreSQL SQL query.

Atenciosamente,

Rhaoni Chiu Pereira
Sistêmica Computadores

Visite-nos na Web: http://sistemica.info
Fone/Fax : +55 51 3328 1122






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

Предыдущее
От: Rhaoni Chiu Pereira
Дата:
Сообщение: How to force an Index ?
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: How to force an Index ?