Re: [HACKERS] Interval oddities

2002-05-28 Thread Thomas Lockhart
> > > > ./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

Re: [HACKERS] Interval oddities

2002-05-28 Thread Josh Berkus
Thomas, > > > ./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. -- -Josh Berkus

Re: [HACKERS] Interval oddities

2002-05-22 Thread Thomas Lockhart
> > ./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. - Thomas ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PR

Re: [HACKERS] Interval oddities

2002-05-22 Thread Josh Berkus
Thomas, > ./configure --help > > Isn't anywhere else yet. Not seeing it. Is this a 7.3 thing? What does it do? -- -Josh Berkus ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs

Re: [HACKERS] Interval oddities

2002-05-22 Thread Thomas Lockhart
> > This is due to floating point rounding issues on output. Try configuring > > and compiling with --enable-integer-datetimes and you should see this go > > away. > Hey, where is this compile-time option documented? It may have part of the > functionality I need. ./configure --help Isn't anywh

Re: [HACKERS] Interval oddities

2002-05-22 Thread Thomas Lockhart
> There are certain oddities in current interval behaviour: > template1=# select '125.567772 seconds'::interval(12); > ERROR: INTERVAL(12) precision must be between 0 and 6 > The documentation says 0 and 13 (users' manual 3.5.1.6). OK, docs need fixing. > Then there seem to be some