Re: Arithmetic operation on DATE - Mailing list pgsql-sql

From Christopher Sawtell
Subject Re: Arithmetic operation on DATE
Date
Msg-id 20010813100258.9AA3B1FA063@deborah.paradise.net.nz
Whole thread Raw
In response to Arithmetic operation on DATE  ("macky" <macky@edsamail.com>)
List pgsql-sql
On Mon, 13 Aug 2001 21:38, macky wrote:
> is it possible to add a date datatype column to a number resulting to a
> date......

chris=# select date(date(CURRENT_TIMESTAMP) + '6 @months'::interval);
    date
------------
 2002-02-13
(1 row)

More of what you want?

> theoretically it should do this,,,
>
> X is in months
>
> date + X = date
>
> -->  2001-08-20 + 6 = 2002-02-20
>
>
>
>
>
>
> ----------------------------------------------------------------------
> The information contained in this message (including any attachments)
> is confidential and intended solely for the attention and use of the
> named addressee(s). It must not be copied, distributed nor disclosed
> to any person. If you are not the intended recipient, please delete
> it from your system and notify sender immediately. Any disclosure,
> copying or distribution thereof or any action taken or omitted to be
> taken in reliance thereon is prohibited and may be unlawful.
> ----------------------------------------------------------------------
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly

pgsql-sql by date:

Previous
From: Antti Linno
Date:
Subject: Re: Arithmetic operation on DATE
Next
From: Karel Zak
Date:
Subject: Re: Arithmetic operation on DATE