Re: extract (dow/week from date) - Mailing list pgsql-general

From Tom Lane
Subject Re: extract (dow/week from date)
Date
Msg-id 3230.1124645809@sss.pgh.pa.us
Whole thread Raw
In response to Re: extract (dow/week from date)  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List 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 by date:

Previous
From: Madison Kelly
Date:
Subject: Re: How to get '-' in katakana with canna server
Next
From: Alex
Date:
Subject: Help with plperl