Re: [SQL] cursor and update + view - Mailing list pgsql-sql

From jwieck@debis.com (Jan Wieck)
Subject Re: [SQL] cursor and update + view
Date
Msg-id m0ziEot-000EBYC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
In response to cursor and update + view  (Engard Ferenc <fery@pons.sote.hu>)
List pgsql-sql
> 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.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #

pgsql-sql by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [SQL] select in update
Next
From: Herouth Maoz
Date:
Subject: Re: [SQL] MINUS and slow 'not in'