Re: BUG #2203: Group by, suggested "feature"

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: BUG #2203: Group by, suggested "feature"
Дата
Msg-id 200601232020.03940.peter_e@gmx.net
обсуждение исходный текст
Ответ на BUG #2203: Group by, suggested "feature"  ("Robert Hostetter" <robert@newcovsoft.com>)
Список pgsql-bugs
Robert Hostetter wrote:
> If you group by a primary key for a table,
> you still have to include all the other columns you SELECT from that
> row, even though its guaranteed uniuqe because its a primary key.

Yes, this feature request is known as supporting functional
dependencies.  We're aware of it.

> pAlso on a similar note, you can't group by any
> column you don't select.

Sure you can.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #2198: Now returns always same date and time during a session
Следующее
От: Reece Hart
Дата:
Сообщение: Re: BUG #2178: NOT IN command don't work