Trying to obtain the intersect of two tsvector values - Mailing list pgsql-general

From Allan Kamau
Subject Trying to obtain the intersect of two tsvector values
Date
Msg-id AANLkTikkomdysWwQo1D4Oso5RDNtv3vZH_uDHYCben5B@mail.gmail.com
Whole thread Raw
Responses Re: Trying to obtain the intersect of two tsvector values  (Allan Kamau <kamauallan@gmail.com>)
List 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.

pgsql-general by date:

Previous
From: Richard Broersma
Date:
Subject: Re: Alter table to "on update cascade"
Next
From: Josh Berkus
Date:
Subject: Re: Survey on backing up unlogged tables: help us with PostgreSQL development!