pgsql: Improve documentation of EXTRACT(WEEK).

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve documentation of EXTRACT(WEEK).
Дата
Msg-id E1UHdxi-0002qG-GQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
master

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve documentation of EXTRACT(WEEK).
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Correct tense in log message