forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit172e6b3
committed
Support RN (roman-numeral format) in to_number().
We've long had roman-numeral output support in to_char(),but lacked the reverse conversion. Here it is.Author: Hunaid Sohail <hunaidpgml@gmail.com>Reviewed-by: Maciek Sakrejda <m.sakrejda@gmail.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Reviewed-by: Tomas Vondra <tomas@vondra.me>Discussion:https://postgr.es/m/CAMWA6ybh4M1VQqpmnu2tfSwO+3gAPeA8YKnMHVADeB=XDEvT_A@mail.gmail.com1 parentf0ee648 commit172e6b3
File tree
4 files changed
+350
-53
lines changed- doc/src/sgml
- src
- backend/utils/adt
- test/regress
- expected
- sql
4 files changed
+350
-53
lines changedLines changed: 15 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8669 | 8669 |
| |
8670 | 8670 |
| |
8671 | 8671 |
| |
8672 |
| - | |
8673 |
| - | |
| 8672 | + | |
| 8673 | + | |
8674 | 8674 |
| |
8675 | 8675 |
| |
8676 | 8676 |
| |
| |||
8798 | 8798 |
| |
8799 | 8799 |
| |
8800 | 8800 |
| |
| 8801 | + | |
| 8802 | + | |
| 8803 | + | |
| 8804 | + | |
| 8805 | + | |
| 8806 | + | |
| 8807 | + | |
| 8808 | + | |
| 8809 | + | |
| 8810 | + | |
| 8811 | + | |
| 8812 | + | |
| 8813 | + | |
8801 | 8814 |
| |
8802 | 8815 |
| |
8803 | 8816 |
| |
|
0 commit comments
Comments
(0)