Re: Interval oddities

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: josh(at)agliodbs(dot)com
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Interval oddities
Date: 2002-05-28 22:12:29
Message-ID: 3CF400CD.A93225CB@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > > > ./configure --help
> > > > Isn't anywhere else yet.
> > > Not seeing it. Is this a 7.3 thing? What does it do?
> > Sorry, yes it is a 7.3 thing.
> What does --enable-interval-integers do? I don't want to bother writing up
> issues you've already taken care of.

Not implemented afaik. Or are you asking about
--enable-integer-datetimes ?

That implements timestamps and intervals as 64-bit integers with
microsecond precision. Without it (and for the last few years of
releases), you get a double precision float (52 bits of precision).

- Thomas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-05-28 22:32:26 Re: Null values in indexes
Previous Message Joel Burton 2002-05-28 21:36:19 Re: wierd AND condition evaluation for plpgsql