Re: pgsql function for roman2decimal?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql function for roman2decimal?
Дата
Msg-id 20200627210157.GA16643@momjian.us
обсуждение исходный текст
Ответ на pgsql function for roman2decimal?  (F Bax <fbax.ca@gmail.com>)
Ответы Re: pgsql function for roman2decimal?  (Erik Brandsberg <erik@heimdalldata.com>)
Список pgsql-sql
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@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee




В списке pgsql-sql по дате отправления:

Предыдущее
От: F Bax
Дата:
Сообщение: pgsql function for roman2decimal?
Следующее
От: Erik Brandsberg
Дата:
Сообщение: Re: pgsql function for roman2decimal?