Support EEEE (scientific notation) in to_char().
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Aug 2009 18:29:27 +0000 (18:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Aug 2009 18:29:27 +0000 (18:29 +0000)
commit76f575ce93f7dcce0e559d27e1da4650e0b271b9
tree9091e90feff89c93757c1d9b52f7149117bf2e60
parent2f691206390ad9d879d7bb3a065ae65ae8ae485b
Support EEEE (scientific notation) in to_char().

Pavel Stehule, Brendan Jurd
doc/src/sgml/func.sgml
src/backend/utils/adt/formatting.c
src/backend/utils/adt/numeric.c
src/include/utils/numeric.h
src/test/regress/expected/numeric.out
src/test/regress/sql/numeric.sql