A couple remarks on TODO

Поиск
Список
Период
Сортировка
От Tom Lane
Тема A couple remarks on TODO
Дата
Msg-id 28994.1154112880@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: A couple remarks on TODO  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
TODO has an entry
o Allow UPDATE to handle complex aggregates [update]?

which I think is now obsolete, because we've settled on rejecting
aggregates at the top level of UPDATE, as the spec tells us to do.

Also, there's one remaining unfinished feature in the multi-argument
aggregate patch, which I think we should have a TODO item for:
* Allow DISTINCT to work in multiple-argument aggregate calls

The SQL2003 spec doesn't require this (it forbids DISTINCT in all its
two-argument aggregates) but it seems like we should do it someday
for orthogonality's sake.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Do we need multiple forms of the SQL2003 statistics aggregates?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: A couple remarks on TODO