Specifying a index

Поиск
Список
Период
Сортировка
От lima_caetano@yahoo.com.br (Marcio Caetano)
Тема Specifying a index
Дата
Msg-id 6e15fe24.0402030704.ae81a6b@posting.google.com
обсуждение исходный текст
Ответы Re: Specifying a index  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hello !

Consider the examples bellow:

1- I create a table named TBA with columns ( A int , B char(10) )
2- I create an B-Tree index named IDXA using the column A
3- I create an GIST (or other) index named IDXB using the column A

So, I ask you:

Is it possible specify which index (IDXA or IDXB) my SELECT will use in a query ?
If so, how ?

Thanks in advance.

Marcio Caetano.

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

Предыдущее
От: lima_caetano@yahoo.com.br (Marcio Caetano)
Дата:
Сообщение: Multicolumn Indexing using R-Tree
Следующее
От: Rens Admiraal
Дата:
Сообщение: BLOB problem