Re: timestamp format bug

From: "Roberts, Jon" <Jon(dot)Roberts(at)asurion(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: timestamp format bug
Date: 2008-01-31 18:34:59
Message-ID: 1A6E6D554222284AB25ABE3229A92762715526@nrtexcus702.int.asurion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Sent: Thursday, January 31, 2008 10:48 AM
> To: Kevin Grittner
> Cc: Roberts, Jon; pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] timestamp format bug
>
> "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> writes:
> > On Thu, Jan 31, 2008 at 9:34 AM, in message
> >
<1A6E6D554222284AB25ABE3229A92762715521(at)nrtexcus702(dot)int(dot)asurion(dot)com>,
> "Roberts,
> > Jon" <Jon(dot)Roberts(at)asurion(dot)com> wrote:
> >> These two fields should be consistent because they should be
formatted
> >> the same way.
>
> > Why would you think that?
>
> Indeed the whole *point* of to_char() is to display the value in a
> different format than the type's standard output converter would use.
>
> I think it'd be a reasonable complaint that to_char() offers no way
> to control how many fractional-second digits you get in its output;
> but that's a missing feature not a bug.
>
> > I can think of a couple database products which only go to three
> > decimal positions, and always show three, but that's hardly a
> > standard.
>
> Considering that to_char() is intended to be compatible with *r*cl*e,
> if that's what they do then we may be stuck with doing the same.
>

No, Larry's company doesn't round the zeros off for timestamp or date
data types and not round off the zeros for character conversions. That
vendor leaves the trailing zeros for both.

If not to_char, what is the preferred method to convert a timestamp to a
string?

Jon

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2008-01-31 18:45:26 Re: timestamp format bug
Previous Message Kevin Grittner 2008-01-31 18:32:50 Re: timestamp format bug