Re: Using GIN indexes on 8.2

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Alexander Staubo <alex(at)purefiction(dot)net>
Cc: PgSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Using GIN indexes on 8.2
Date: 2006-11-10 17:39:06
Message-ID: 4554B93A.20603@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-11-10 17:59:01 Re: Which DatumGet ?
Previous Message Alex Turner 2006-11-10 17:22:05 Re: Problem with pg_dump