Thread: pgsql: to_number(): allow 'V' to divide by 10^(the number of digits)

pgsql: to_number(): allow 'V' to divide by 10^(the number of digits)

From
Bruce Momjian
Date:
to_number():  allow 'V' to divide by 10^(the number of digits)

to_char('V') already multiplied in a similar manner.

Report by Jeremy Lowery

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/28b3a3d41a8b72841a3f5067217f639a7d337c0e

Modified Files
--------------
doc/src/sgml/func.sgml             |    8 +++++---
src/backend/utils/adt/formatting.c |   19 ++++++++++++++++++-
2 files changed, 23 insertions(+), 4 deletions(-)