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

From Bruce Momjian
Subject pgsql: to_number(): allow 'V' to divide by 10^(the number of digits)
Date
Msg-id E1ZjGfS-0005Y9-8M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: psql: allow \pset C in setting the title, matches \C
Next
From: Bruce Momjian
Date:
Subject: pgsql: Have CREATE TABLE LIKE add OID column if any LIKEd table has one