]> granicus.if.org Git - postgresql/commit
Per a brief conversation with Tom, I've created a patch for adding
authorBruce Momjian <bruce@momjian.us>
Fri, 5 Mar 2004 02:41:14 +0000 (02:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 5 Mar 2004 02:41:14 +0000 (02:41 +0000)
commit1973971821672447d30bda6f12736a7e5987569f
tree7c2ac97848f3cd1eb45442feceef2834c6b25581
parent44611f6e6d2cd11ac2c6dc1f41c13a98ec633f08
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
doc/src/sgml/func.sgml
src/backend/utils/adt/timestamp.c
src/test/regress/expected/timestamp.out
src/test/regress/expected/timestamptz.out
src/test/regress/sql/timestamp.sql
src/test/regress/sql/timestamptz.sql