Re: Functions returning sets - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Functions returning sets
Date
Msg-id 7655.990319520@sss.pgh.pa.us
Whole thread Raw
In response to Re: Functions returning sets  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Responses Re: Functions returning sets  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-hackers
Stephan Szabo <sszabo@megazone23.bigpanda.com> writes:
> I think what we should probably do is make IN better and use that or then
> support =ANY(=SOME)/=ALL on such things.  I think =ANY would be easy
> since IN is defined in terms of it in the spec.

And in our code too ;-).  ANY/ALL have been there for awhile.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Fix for tablename in targetlist
Next
From: Don Baccus
Date:
Subject: Re: Functions returning sets