Re: Using GIN indexes on 8.2

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Using GIN indexes on 8.2
Дата
Msg-id 4554B93A.20603@sigaev.ru
обсуждение исходный текст
Ответ на Re: Using GIN indexes on 8.2  (Alexander Staubo <alex@purefiction.net>)
Ответы Re: Using GIN indexes on 8.2  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-general
>> Use @>, <@ operations instead of @ and ~
>> Look for discussions in -hackers for reasons of changing names
>
> Ah, many thanks. How about updating those web pages? :)
Now they are in core:
http://developer.postgresql.org/pgdocs/postgres/functions-array.html

>
>> Pls, why don't you use tsearch2 with GIN?
>
> Perhaps -- is there any documentation on this?
Nothing special, just use GIN index instead of GiST.

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

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

Предыдущее
От: "Alex Turner"
Дата:
Сообщение: Re: Problem with pg_dump
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Which DatumGet ?