Re: Composite GiST indexes?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Composite GiST indexes?
Дата
Msg-id 22698.1073285515@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Composite GiST indexes?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Composite GiST indexes?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> Is it possible to make a composite GiST index?  I want to create an 
> index on a txtidx and a timestamp column - is that at all possible?

Yeah.  If you have a problem with that, it's grounds for a bug report.
Note though that GiST can't handle entries with NULL in the first
column, so it's best to put a NOT NULL column first if possible.
        regards, tom lane


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Composite GiST indexes?
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Composite GiST indexes?