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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: to_number(): allow 'V' to divide by 10^(the number of digits)
Date: 2015-10-06 01:03:46
Message-ID: E1ZjGfS-0005Y9-8M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-10-06 01:19:24 pgsql: Have CREATE TABLE LIKE add OID column if any LIKEd table has one
Previous Message Bruce Momjian 2015-10-06 00:56:46 pgsql: psql: allow \pset C in setting the title, matches \C