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

From Tom Lane
Subject Re: Timestamp, fractional seconds problem
Date
Msg-id 743.1002228517@sss.pgh.pa.us
Whole thread Raw
In response to Re: Timestamp, fractional seconds problem  (Thomas Lockhart <lockhart@fourpalms.org>)
List pgsql-hackers
Thomas Lockhart <lockhart@fourpalms.org> writes:
> ... then trailing zeros are hacked out,
> two digits at a time.

I was wondering why it seemed to always want to produce an even number
of fractional digits.  Why are you doing it 2 at a time and not 1?
I should think timestamp(1) would produce 1 fractional digit, not
two digits of which the second is always 0 ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Unhappiness with forced precision conversion for timestamp
Next
From: Thomas Lockhart
Date:
Subject: Re: Timestamp, fractional seconds problem