Re: [PATCH] Add roman support for to_number function

From: Hunaid Sohail <hunaidpgml(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Maciek Sakrejda <m(dot)sakrejda(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [PATCH] Add roman support for to_number function
Date: 2024-09-19 07:51:51
Message-ID: CAMWA6yYMcn6u2Y=Dg84M+zn6O83pGBXm6WHbVyUbcaHPiA6miQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

>

Attachment Content-Type Size
v4-0001-Add-roman-support-for-to_number-function.patch application/octet-stream 10.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2024-09-19 07:54:21 Re: Track the amount of time waiting due to cost_delay
Previous Message Michael Paquier 2024-09-19 07:30:11 Re: [PATCH] Add additional extended protocol commands to psql: \parse and \bind