-
- Downloads
Per a brief conversation with Tom, I've created a patch for adding
support for 'week' within the date_trunc function. Within the patch I added a couple of test cases and associated target output, and changed the documentation to add 'week' appropriately. Robert Creager
Showing
- doc/src/sgml/func.sgml 2 additions, 1 deletiondoc/src/sgml/func.sgml
- src/backend/utils/adt/timestamp.c 15 additions, 1 deletionsrc/backend/utils/adt/timestamp.c
- src/test/regress/expected/timestamp.out 6 additions, 0 deletionssrc/test/regress/expected/timestamp.out
- src/test/regress/expected/timestamptz.out 8 additions, 2 deletionssrc/test/regress/expected/timestamptz.out
- src/test/regress/sql/timestamp.sql 2 additions, 0 deletionssrc/test/regress/sql/timestamp.sql
- src/test/regress/sql/timestamptz.sql 2 additions, 0 deletionssrc/test/regress/sql/timestamptz.sql
Loading
Please register or sign in to comment