Re: More time manipulation.. - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: More time manipulation..
Date
Msg-id 20021118235319.GA18497@wolff.to
Whole thread Raw
In response to Re: More time manipulation..  (Gregory Seidman <gss+pg@cs.brown.edu>)
List pgsql-general
> } if I do "select Current_Date + interval '7 days'; I get:
> } 2002-11-25 00:00:00-06

Another option is to use:
select current_date + 7;
As long as you are moving by days (not months, years, hours etc.), this
is probably the simplest solution.

pgsql-general by date:

Previous
From: Robert Treat
Date:
Subject: Re: [pgsql-advocacy] Looking for a "Linux on Playstation 2" person
Next
From: Brian Minton
Date:
Subject: Re: signed/unsigned integers