Re: [HACKERS] subselect

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] subselect
Дата
Msg-id 34B1B803.5DF3DA46@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] subselect  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] subselect  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] My 2c on adjustable blocksizes
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [QUESTIONS] where to find SPI support (and what is the latest version?)