Re: Week number

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Week number
Дата
Msg-id 3AAF853B.313B14EE@alumni.caltech.edu
обсуждение исходный текст
Ответы Re: Week number  (Karel Zak <zakkr@zf.jcu.cz>)
Re: Re: Week number  (Kaare Rasmussen <kar@webline.dk>)
Список pgsql-hackers
>  First day in week is Monday in ISO week.
>  Thomas, we have ISO week-of-year (IW in to_char or 'week' in date_part),
> but we haven't ISO day-of-week (may be as 'ID' for to_char).
> TODO for 7.2?
> ..but in ISO is 0-6; 0=Mon

I've been ignoring this until now, hoping no one would notice ;)

Unix day-of-week starts on Sunday, not Monday, which is what
date_trunc('dow',...) returns. Presumably this is modeled on the
traditional notion (at least in the US; I suspect this is true in most
European countries at least) of Sunday being "the first day of week".

The implementation predates our support of ISO dates so it was not an
issue then.

date_part() is modeled on Ingres' implementation, but my old Ingres
manual indicates that 'dow' is not one of the options.

Should we change the definition of "dow", or implement another choice,
say "idow"?

Comments?
                      - Thomas


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Shutdown term
Следующее
От: Karel Zak
Дата:
Сообщение: Re: Week number