Re: Date addition/subtraction - Mailing list pgsql-general

From Franco Bruno Borghesi
Subject Re: Date addition/subtraction
Date
Msg-id e13c14ec05050310396f9ad4b4@mail.gmail.com
Whole thread Raw
In response to Date addition/subtraction  ("Craig Bryden" <postgresql@bryden.co.za>)
List pgsql-general
It's easy. You have to know that INTERVAL data type exist, so:

SELECT current_date - '30 days'::interval
SELECT current_timestamp - '1 hour'::interval


2005/5/3, Craig Bryden <postgresql@bryden.co.za>:
Hi

How in postgres can I do date/time subtraction or addition.
e.g. If I want to get today's date - 30 days? or current_timestamp - 1 hour?

Thanks
Craig

---------------------------(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-general by date:

Previous
From: "Craig Bryden"
Date:
Subject: Date addition/subtraction
Next
From: Scott Marlowe
Date:
Subject: Re: postgresql 8 abort with signal 10