-
- Downloads
Features added:
* 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>
Showing
- src/backend/utils/adt/datetimes.c 99 additions, 1 deletionsrc/backend/utils/adt/datetimes.c
- src/include/catalog/pg_aggregate.h 3 additions, 1 deletionsrc/include/catalog/pg_aggregate.h
- src/include/catalog/pg_operator.h 4 additions, 1 deletionsrc/include/catalog/pg_operator.h
- src/include/catalog/pg_proc.h 6 additions, 2 deletionssrc/include/catalog/pg_proc.h
Loading
Please register or sign in to comment