Re: Using Array-Values in subselect - Mailing list pgsql-sql

From Tom Lane
Subject Re: Using Array-Values in subselect
Date
Msg-id 6929.974243809@sss.pgh.pa.us
Whole thread Raw
In response to Re: Using Array-Values in subselect  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-sql
Stephan Szabo <sszabo@megazone23.bigpanda.com> writes:
> If you look in contrib of the source, there is a set of
> array operators(functions) including element in set.
> That'll probably do what you want (you don't do an in
> actually, it'll be like <elem> <op> <array column>)

The array stuff is pretty simplistic at the moment, and could be taken
a lot further if there were someone who wanted to work on it.
(hint hint)
        regards, tom lane


pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Using Array-Values in subselect
Next
From: Paul
Date:
Subject: FTI, paged, ranked searching and efficiency.