Обсуждение: pgsql: Improve documentation of EXTRACT(WEEK).

Поиск
Список
Период
Сортировка

pgsql: Improve documentation of EXTRACT(WEEK).

От
Tom Lane
Дата:
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_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4400976281d07b880c5c311c55e9ec95805b3c66

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