Re: Using Array-Values in subselect

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: Alvar Freude <alvar(dot)freude(at)merz-akademie(dot)de>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Using Array-Values in subselect
Date: 2000-11-14 23:16:49
Message-ID: 6929.974243809@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Paul 2000-11-15 01:23:04 FTI, paged, ranked searching and efficiency.
Previous Message Stephan Szabo 2000-11-14 22:31:10 Re: Using Array-Values in subselect