Re: day of week - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: day of week
Date
Msg-id 39459C19.F283099F@alumni.caltech.edu
Whole thread Raw
In response to Re: day of week  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-hackers
>  You probably right. I belive that Thomas say more about it...

to_char() is compatible with Oracle. date_part() is compatible with
Ingres (or should be). I've got the docs somewhere, but presumably I
looked at them when implementing this in the first place. Maybe not;
what I have is compatible with Unix date formatting.

>  For PG date_part/trunc will SET (or anything like this) good.

Let's decide what these functions are for; in this case they are each
cribbed from an existing database product, and should be compatible with
those products imho.

btw, the "week of year" issue is quite a bit more complex; it is defined
in ISO-8601 and it does not correspond directly to a "Jan 1" point in
the calendar.
                   - Thomas


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: 7.0.1 Problems.
Next
From: Thomas Lockhart
Date:
Subject: Re: trim() spec