Re: pgsql function for roman2decimal?

From: Erik Brandsberg <erik(at)heimdalldata(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: F Bax <fbax(dot)ca(at)gmail(dot)com>, pgsql-sql(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql function for roman2decimal?
Date: 2020-06-27 21:14:27
Message-ID: CAFcck8Hw2VTVo98KQrZefcg0dJqObco87sQbi1Mewg+FLktKig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

This really feels like something that should be part of a module and not
the core code.

On Sat, Jun 27, 2020 at 5:02 PM Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> On Sat, Jun 27, 2020 at 04:38:59PM -0400, F Bax wrote:
> > I found simple code for PHP to convert roman numeral to decimal here:
> >
> > https://stackoverflow.com/questions/6265596/
> > how-to-convert-a-roman-numeral-to-integer-in-php
> >
> > Can this be accomplished with a pgsql function?
>
> Someone worked on this in 2017 but it was never added due to lack of
> interest. I am sure it can be cleaned up and added to PG 14 if there is
> demand:
>
>
> https://www.postgresql.org/message-id/flat/CAGMVOduAJ9wKqJXBYnmFmEetKxapJxrG3afUwpbOZ6n_dWaUnA%40mail.gmail.com
>
> --
> Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
> EnterpriseDB https://enterprisedb.com
>
> The usefulness of a cup is in its emptiness, Bruce Lee
>
>
>
>

--
*Erik Brandsberg*
erik(at)heimdalldata(dot)com

www.heimdalldata.com
+1 (866) 433-2824 x 700
[image: AWS Competency Program]
<https://aws.amazon.com/partners/find/partnerdetails/?n=Heimdall%20Data&id=001E000001d9pndIAA>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2020-06-27 21:24:13 Re: pgsql function for roman2decimal?
Previous Message Bruce Momjian 2020-06-27 21:01:57 Re: pgsql function for roman2decimal?