Re: comma to delimit fractional seconds

2018-06-25 Thread Chris Howard
p.s.  I've noticed that the error msg for badly formed time strings always says the same thing "at character 13"  no matter how long the time string is. nevermind, user error

Re: comma to delimit fractional seconds

2018-06-24 Thread Chris Howard
w long the time string is. On 06/23/2018 10:17 PM, Tom Lane wrote: Chris Howard 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 th

Re: comma to delimit fractional seconds

2018-06-23 Thread Tom Lane
Chris Howard 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

comma to delimit fractional seconds

2018-06-23 Thread Chris Howard
I'm new at this. I looked at the TODO list and saw the issue of using comma to delimit fractional seconds. I looked at the parser stuff and I think I have at least a start on the issue. Is there anything more to it than allowing HH:MM:SS,### as well as HH:MM:SS.# ? Is it