pgsql-server/ oc/src/sgml/func.sgml rc/backend ...

Started by Bruce Momjianover 22 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 04/03/04 22:41:14

Modified files:
doc/src/sgml : func.sgml
src/backend/utils/adt: timestamp.c
src/test/regress/expected: timestamp.out timestamptz.out
src/test/regress/sql: timestamp.sql timestamptz.sql

Log message:
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