Re: comma to delimit fractional seconds

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Howard <chris(at)elfpen(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: comma to delimit fractional seconds
Date: 2018-06-24 03:17:20
Message-ID: 19944.1529810240@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Chris Howard <chris(at)elfpen(dot)com> writes:
> I looked at the TODO list and saw the issue of using comma to delimit
> fractional seconds. ...
> Is there anything more to it than allowing HH:MM:SS,####### as well as
> HH:MM:SS.##### ?

Here's the thing: most of the easy-looking stuff on the TODO list is
there because there's not actually consensus about how or whether
to do it.

In the case at hand, what you'd need to convince people of is that
there's not a significant penalty in terms of robustness (error
detection) if we allow commas to substitute for periods. There's
a bunch of existing use-cases that depend on commas being noise,
so it's not obvious that this is OK.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2018-06-24 03:43:16 Re: Keeping temporary tables in shared buffers
Previous Message Bruce Momjian 2018-06-24 02:29:49 Re: pg_upgrade from 9.4 to 10.4