Trying to obtain the intersect of two tsvector values

From: Allan Kamau <kamauallan(at)gmail(dot)com>
To: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Trying to obtain the intersect of two tsvector values
Date: 2010-11-17 17:44:16
Message-ID: AANLkTikkomdysWwQo1D4Oso5RDNtv3vZH_uDHYCben5B@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have two tables forming a parent-child relationship, in my case a
child entity could appear to have multiple parent records.

Given records of the parent table, I would like to perform a pairwise
determination of shared children between each such pair.

I am thinking of using full text search for this. If this is the right
direction, is there a way to obtain the intersect of two tsvector
values?

Allan.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Josh Berkus 2010-11-17 17:49:07 Re: Survey on backing up unlogged tables: help us with PostgreSQL development!
Previous Message Richard Broersma 2010-11-17 17:42:55 Re: Alter table to "on update cascade"