Re: [HACKERS] subselect - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] subselect
Date
Msg-id 5786320dafa1fea9afdfdbb8e7ad944f
Whole thread Raw
List pgsql-hackers
> BTW, note that for _expression_ subqueries (which are introduced without
> IN, EXISTS, ALL, ANY - this follows Sybase' naming) - as in your examples -
> we have to check that subquery returns single tuple...

It might be nice to have a tuple-counting operation or query node (is this the right
terminology?) which could be used to help implement EXISTS. It might help to
re-implement the count(*) function also.

                                                    - Tom

------------------------------

End of hackers-digest V1 #597
*****************************

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] My 2c on adjustable blocksizes
Next
From: darrenk@insightdist.com (Darren King)
Date:
Subject: Re: [HACKERS] Block Sizes