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

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

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
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