Re: storing repeating dates / events

From: brian <brian(at)zijn-digital(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: storing repeating dates / events
Date: 2008-09-06 17:21:46
Message-ID: 48C2BC2A.5080709@zijn-digital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

rkmr(dot)em(at)gmail(dot)com wrote:
> Hi
> I want to store dates / events for example birthdays (or may 5th) that
> repeats every year..
> what is the best way to do in postgres?
> if i use timestamp it is going to be use the current year.. how do i do
> this?
>

A timestamp includes the year so there shouldn't be any problem.
Although, i can't say i'm sure what you think might be the problem.
Perhaps you should clarify what it is you want to store, as well as your
concerns.

b

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jorge Godoy 2008-09-06 17:32:41 Re: storing repeating dates / events
Previous Message rkmr.em@gmail.com 2008-09-06 17:12:49 storing repeating dates / events