README.dict_roman
October 8, 2018 ยท View on GitHub
dict_roman dictionary converts roman numerals to arabic.
USAGE:
SELECT ts_lexize('roman','XXIV'); ts_lexize
{24} (1 row)
SELECT ts_lexize('roman','XLII'); ts_lexize
{42} (1 row)
October 8, 2018 ยท View on GitHub
dict_roman dictionary converts roman numerals to arabic.
USAGE:
{24} (1 row)
{42} (1 row)