Re: [PATCH] Add roman support for to_number function
Hunaid Sohail <hunaidpgml@gmail.com>
From: Hunaid Sohail <hunaidpgml@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Maciek Sakrejda <m.sakrejda@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-09-19T07:51:51Z
Lists: pgsql-hackers
Attachments
- v4-0001-Add-roman-support-for-to_number-function.patch (application/octet-stream) patch v4-0001
Hi, I have attached a new patch with following changes: - Addressed minor issues identified by Tom. - Rejected other formats with RN and updated the docs. - Added a few more tests. Regards, Hunaid Sohail >
Commits
-
Support RN (roman-numeral format) in to_number().
- 172e6b3adb2e 18.0 landed