Thread

  1. Re: [BUGS] General Bug Report: backend closes with aggregate functions on views

    Bruce Momjian <maillist@candle.pha.pa.us> — 1999-03-17T16:15:30Z

    > It seems the pg backend disconnects a connection when a user
    > performs an aggregate function on a view. In one instance, doing
    > so killed the backend.  I can't seem to duplicate killing the
    > backend, but is this proper behavior for the backend?
    > 
    > --------------------------------------------------------------------------
    > 
    > Test Case:  ---------- create table a (b char(20) not null, c
    > char(10) not null, d int, primary key (b, c)); create view d as
    > select b,sum(d) from a group by b; select max(sum) from d;
    
    This is a know problem.  It is on the TODO list.
    
    --
      Bruce Momjian                        |  http://www.op.net/~candle
      maillist@candle.pha.pa.us            |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026