Thread: pgsql: Improve documentation of EXTRACT(WEEK).

pgsql: Improve documentation of EXTRACT(WEEK).

From
Tom Lane
Date:
Improve documentation of EXTRACT(WEEK).

The docs showed that early-January dates can be considered part of the
previous year for week-counting purposes, but failed to say explicitly
that late-December dates can also be considered part of the next year.
Fix that, and add a cross-reference to the "isoyear" field.  Per bug
#7967 from Pawel Kobylak.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b8f459979f4ce5c1b1c32346bedb8dadc9c0e835

Modified Files
--------------
doc/src/sgml/func.sgml |   19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)