Re: day of week

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Don Baccus <dhogaza(at)pacifier(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: day of week
Date: 2000-06-05 21:34:29
Message-ID: Pine.LNX.3.96.1000605231715.67B-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> >For to_char() I use POSIX definition of 'tm' where week start on Sunday.
> >
> >Is it right? (Exuse me, I see archive, but without some effect...).
> >
> >Or we will support both styles?
>
> to_char() gives the same answer with Oracle, as it is supposed to
> and as you intended it to.
>
> I personally don't find it all that disconcerting that the two give
> different answers. Change the old, PG way and lots of old code
> is likely to break. Change to_char() and the desired compatibility
> with Oracle breaks.

It is a Solomon's answer :-), but well. I agree.

> I think it boils down to needing good documentation ???

OK, I add it to to_char() and to date_[ trunc | dart ].

I'm just now working on 'week' support to date_trunc().

The date_part() say that monday is a first day, to_char that it is second day,
and what will say date_trunc()? --- how date is a week start, 'monday' or
'sunday' date ?

Comments?

(I vote for 'sunday' like first day.)

Karel

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-06-06 00:30:42 Re: day of week
Previous Message Don Baccus 2000-06-05 21:03:46 Re: day of week