Re: Timestamp, fractional seconds problem - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Timestamp, fractional seconds problem
Date
Msg-id 3BBCA3B6.DE5EA717@fourpalms.org
Whole thread Raw
In response to Re: Timestamp, fractional seconds problem  (Laurette Cisneros <laurette@nextbus.com>)
Responses Re: Timestamp, fractional seconds problem
List pgsql-hackers
Laurette Cisneros wrote:
> 
> Could I get some more specific information on how this is fixed.  Keep in mind that using tochar() is not an option
forus in that we ned to use COPY to/from the client.
 

I'm finishing up implementing SQL99-style precision features in
timestamp et al, so there will no longer be an arbitrary rounding of
time to 2 decimal places when values are output. There will of course be
*other* issues for you to worry about, since the default precision
specified by SQL99 is zero decimal places...
                     - Thomas


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql/src/backend parser/parse_coerce.c utils/ ...
Next
From: Tom Lane
Date:
Subject: Unhappiness with forced precision conversion for timestamp