OSDN Git Service

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)
commite61fd4ac7414a52714c3288889cc754d2e11c4a8
treea3bf339b96dc1d3f5fde9c2fdb7b8d03efdd6b95
parent933b17b663f06bd5bbe24e8e12044a844fd79bbf
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