mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
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