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
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
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
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