Date Iteration - Mailing list pgsql-novice

From Jake Stride
Subject Date Iteration
Date
Msg-id 1057737366.1056.7.camel@tintagel.senokian
Whole thread Raw
Responses Re: Date Iteration  (Nabil Sayegh <postgresql@e-trolley.de>)
Re: Date Iteration  (Dmitry Tkach <dmitry@openratings.com>)
List pgsql-novice
I am currently writing a calendar application and need to figure out on
which days recurring events occur. I basically have a table with start
and end dates and a recurrence type (eg/ day/week/month plus a few
others).

Therefore I would like to be able to work out (for example) the date of
every monday between the start and end dates or every 25th day of the
month etc. Is there an (easy) way to do this, or do I need to write a
function to do it?

Thanks

Jake


pgsql-novice by date:

Previous
From: HK
Date:
Subject: Dont allow updation for few columns in a record.
Next
From: Nabil Sayegh
Date:
Subject: Re: Date Iteration