Re: Add Roman numeral conversion to to_number

From: Douglas Doole <dougdoole(at)gmail(dot)com>
To: Oliver Ford <ojford(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add Roman numeral conversion to to_number
Date: 2017-09-16 23:29:54
Message-ID: CADE5jYJCWKcvemoMrcKfsRjUmRc9Bfnv1oCT_PvUS9kgBtneAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I finally figured out why docs weren't building on my machine so I was able
to take a look at your doc patch too. I think it's fine.

Reading it did suggest a couple extra negative tests to confirm that when
'rn' is specified, all other elements are ignored:

select to_number('vii7', 'rn9');
select to_number('7vii', '9rn');

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-09-17 00:33:33 Re: [PATCH]make pg_rewind to not copy useless WAL files
Previous Message Douglas Doole 2017-09-16 22:42:49 Re: Add Roman numeral conversion to to_number