Waiting for PostgreSQL 18 – Support RN (roman-numeral format) in to_number().

Read Original

The article details a new feature in PostgreSQL 18: support for the RN (Roman numeral) format in the to_number() function. This allows converting Roman numeral strings (like 'MCMLXXXIV') back to integer values (1984), complementing the long-existing to_char() function for Roman numeral output. It highlights the community contribution process behind the patch.

Waiting for PostgreSQL 18 – Support RN (roman-numeral format) in to_number().

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes