Re: Using GIN indexes on 8.2 - Mailing list pgsql-general

From Teodor Sigaev
Subject Re: Using GIN indexes on 8.2
Date
Msg-id 4554B93A.20603@sigaev.ru
Whole thread Raw
In response to Re: Using GIN indexes on 8.2  (Alexander Staubo <alex@purefiction.net>)
Responses Re: Using GIN indexes on 8.2
List 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 by date:

Previous
From: "Alex Turner"
Date:
Subject: Re: Problem with pg_dump
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Which DatumGet ?