mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 16:57:36 +08:00
* 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>