Re: Timestamp problems...wrong weeks. - Mailing list pgsql-general

From Tom Lane
Subject Re: Timestamp problems...wrong weeks.
Date
Msg-id 18028.1083281319@sss.pgh.pa.us
Whole thread Raw
In response to Timestamp problems...wrong weeks.  ("Campano, Troy" <Troy.Campano@LibertyMutual.com>)
List pgsql-general
"Campano, Troy" <Troy.Campano@LibertyMutual.com> writes:
> However the data says that April 28th 2004 was in week 4 of April and
> that April 29th 2004 was in week 5 of april.
> This is incorrect.

This *is* correct according to our published specification for the W
format code:

W    week of month (1-5) (The first week starts on the first day of the month.)

Since you haven't defined what behavior you want, it's hard to suggest
alternatives, but have you looked at the WW and IW format codes?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgresql idle
Next
From: Tom Lane
Date:
Subject: Re: Unable to use index?