Re: How do I do a dynamic - select now() + interval X days ? - Mailing list pgsql-admin

From Kristo Kaiv
Subject Re: How do I do a dynamic - select now() + interval X days ?
Date
Msg-id 2B704E31-B533-4159-B6F0-EC284CFE824C@skype.net
Whole thread Raw
In response to Re: How do I do a dynamic - select now() + interval X days ?  (Jon Sime <jsime@mediamatters.org>)
List pgsql-admin

On 08.08.2007, at 18:16, Jon Sime wrote:

Abraham, Danny wrote:
Thanks

For doing that based on an arbitrary value, just do the following:

    select now() + interval '1 day' * X;

-Jon

test=# select (3||' day')::interval;
interval
----------
3 days
(1 row)

-- 
Senior Systems Developer
Media Matters for America

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Kristo Kaiv
http://kaiv.wordpress.com (PostgreSQL blog)


pgsql-admin by date:

Previous
From: Jon Sime
Date:
Subject: Re: How do I do a dynamic - select now() + interval X days ?
Next
From: Gary Stainburn
Date:
Subject: RT3 - Pg database connection - authentication failed