I'm sending patch with new version of to_char numbers formatting.
Bruce Momjian <bruce@momjian.us>
I'm sending patch with new version of to_char numbers formatting.
The PostgreSQL's to_char() is very compatible with Oracle's to_char
now. I hope that to_char's 3000 rows of source is without bugs, but
will good if anyone test it, for me it works very well :-)
Karel
----------------------------------------------------------------------
Karel Zak <zakkr@zf.jcu.cz> http://home.zf.jcu.cz/~zakkr/
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +29 −26 |
| src/backend/utils/adt/formatting.c | modified | +730 −431 |
| src/backend/utils/adt/pg_locale.c | modified | +9 −4 |
| src/include/utils/formatting.h | modified | +4 −2 |
| src/include/utils/pg_locale.h | modified | +11 −6 |