Re: extract (dow/week from date)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: extract (dow/week from date)
Дата
Msg-id 3230.1124645809@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: extract (dow/week from date)  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-general
Stephan Szabo <sszabo@megazone.bigpanda.com> writes:
> Yeah, mod is probably better and more general than case. It's still fairly
> ugly to require a non-trivial expression to get something that's
> consistent with the way that extract(week from date) works. ;)

> For anyone who is considering using this, to get an actual iso day of
> week, I think you'll need to add 1 at the end since that appears to use a
> 1-7 range. If you're just using it for sorting or the like, you can get
> away with not bothering.

Yeah.  If we were to invent an extract(isodow) option, I'd be inclined
to make it return 1-7 Mon-Sun.  So it'd actually produce the same value
as extract(dow), except on Sundays.

            regards, tom lane

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

Предыдущее
От: Madison Kelly
Дата:
Сообщение: Re: How to get '-' in katakana with canna server
Следующее
От: Alex
Дата:
Сообщение: Help with plperl