Re: retrieving keys from a GIN index on a tsvector column in Postgres 9.1?

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: Chris Esposito <chris(dot)esposito(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: retrieving keys from a GIN index on a tsvector column in Postgres 9.1?
Date: 2012-10-19 05:24:37
Message-ID: 5080E415.7070407@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/19/2012 03:13 AM, Chris Esposito wrote:
> Hi,
> I've got a collection of documents that I'd like to do some full
> text searching on in Postgres 9.1, so adding them as the contents of a
> tsvector and then creating a GIN index on this column seems
> straightforward enough.

Is this your SO question?

http://stackoverflow.com/questions/12961459/retrieving-keys-from-a-gin-index-on-a-tsvector-column-in-postgres-9-1

If so, please link back to SO questions when posting on the mailing list
and vice versa, so others who're looking for information later can find
both.

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2012-10-19 08:38:08 Re: oracle_fdw
Previous Message Tom Lane 2012-10-18 21:06:30 Re: retrieving keys from a GIN index on a tsvector column in Postgres 9.1?