Re: Fix number skipping in to_number
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Oliver Ford <ojford@gmail.com>
Cc: Thomas Munro <thomas.munro@enterprisedb.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-11-17T17:05:46Z
Lists: pgsql-hackers
I wrote: > That leads me to the attached patch. There is more that could be done > here --- in particular, I'd like to see the character-not-byte-count > rule extended to literal text. But that seems like fit material for > a different patch. Hearing no further comments, I pushed that patch. regards, tom lane
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Improve to_date/to_number/to_timestamp behavior with multibyte characters.
- 976a1a48fc35 11.0 landed
-
Prevent to_number() from losing data when template doesn't match exactly.
- e87d4965bd39 11.0 landed