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

From Thomas G. Lockhart
Subject Re: [HACKERS] subselect
Date
Msg-id 1e8ad42b041a65a93203e3a1846ad903
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: Bruce Momjian
Date:
Subject: Re: Error messages/logging (Was: Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/backend/parser gram.y parse_oper.c')
Next
From: Bruce Momjian
Date:
Subject: Re: consttraints.source