Re: [SQL] cursor and update + view

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [SQL] cursor and update + view
Дата
Msg-id 365A8B79.31DC53FA@krs.ru
обсуждение исходный текст
Ответы Re: [HACKERS] Re: [SQL] cursor and update + view
Список pgsql-hackers
Jan Wieck wrote:
>
> > My other problem is with the views: it seems not work if there is an
> > aggregate command in the SELECT. It's only my experience, or others
> > noticed it also? (The details are on the pgsql-novice (subject: view
> > and aggregate command problem))
>
>     Aggregates  in  view's  are  still  buggy.  It is possible to
>     change the grouping when doing a join from such  a  view  and
>     another relation in a way, that crashes the backend.

We'll have to implement subqueries in FROM someday - this would
allow handle aggregates in views...

Vadim

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

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] createdb problem
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] Re: [SQL] cursor and update + view