• Marc G. Fournier's avatar
    Features added: · 8abc4901
    Marc G. Fournier authored
    * Wrote max(date) and min(date) aggregates
    * Wrote operator "-" for date; date - date yields number of days
      difference
    * Wrote operator+(date,int) and operator-(date,int); the int is the
      number of days.  Each operator returns a new date.
    
    
    By: Tom Tromey <tromey@creche.cygnus.com>
    8abc4901
pg_aggregate.h 4.65 KB