Re: IIRC + intervals + and other things - Mailing list pgsql-general

From Ian Barwick
Subject Re: IIRC + intervals + and other things
Date
Msg-id 200307100103.45781.barwick@gmx.net
Whole thread Raw
In response to IIRC + intervals + and other things  (Alexander Blüm <mailinglists1@gmx.de>)
Responses Re: IIRC + intervals + and other things  (Csaba Nagy <nagy@ecircle-ag.com>)
List pgsql-general
On Thursday 10 July 2003 00:45, Alexander Blüm wrote:
> hello,
>
> I am getting more and more confused with statements like these
>
> > update foo set  timestamp_field  = timestamp_field + '365
> > days'::interval;
>
> or
>
> > I normaly use 'abstime' and 'reltime' for dates and intervals, the major
> > difference is 'timestamp' has microsecond time accuracy, but abstime
> > takes less storage space IIRC.
>
> where do I find information on different "intervals" and things like that?

These link mights help:
http://techdocs.postgresql.org/techdocs/faqdatesintervals.php
http://www.postgresql.org/docs/7.3/static/datatype-datetime.html

> and what is IIRC ? Intelligent Inter Relay Chat ? no, probably not.

;-) "If I recall correctly"

HTH

Ian Barwick
barwick@gmx.net


pgsql-general by date:

Previous
From: Alexander Blüm
Date:
Subject: IIRC + intervals + and other things
Next
From: Dmitry Tkach
Date:
Subject: Re: Rules and actions involving multiple rows