Support EEEE (scientific notation) in to_char().
Tom Lane <tgl@sss.pgh.pa.us>
Support EEEE (scientific notation) in to_char(). Pavel Stehule, Brendan Jurd
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +15 −2 |
| src/backend/utils/adt/formatting.c | modified | +178 −10 |
| src/backend/utils/adt/numeric.c | modified | +132 −1 |
| src/include/utils/numeric.h | modified | +6 −1 |
| src/test/regress/expected/numeric.out | modified | +15 −0 |
| src/test/regress/sql/numeric.sql | modified | +1 −0 |