Re: [HACKERS] Add Roman numeral conversion to to_number - Mailing list pgsql-hackers

From Douglas Doole
Subject Re: [HACKERS] Add Roman numeral conversion to to_number
Date
Msg-id CADE5jYJCWKcvemoMrcKfsRjUmRc9Bfnv1oCT_PvUS9kgBtneAQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Add Roman numeral conversion to to_number  (Douglas Doole <dougdoole@gmail.com>)
Responses Re: [HACKERS] Add Roman numeral conversion to to_number  (Oliver Ford <ojford@gmail.com>)
List 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');


pgsql-hackers by date:

Previous
From: Douglas Doole
Date:
Subject: Re: [HACKERS] Add Roman numeral conversion to to_number
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] [PATCH]make pg_rewind to not copy useless WAL files