pgsql: Mention extra_float_digits in floating point docs

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mention extra_float_digits in floating point docs
Date: 2013-07-02 17:16:12
Message-ID: E1Uu4BY-0004d9-L2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mention extra_float_digits in floating point docs

Make it easier for readers of the FP docs to find out about possibly
truncated values.

Per complaint from Tom Duffey in message
F0E0F874-C86F-48D1-AA2A-0C5365BF5118(at)trillitech(dot)com

Author: Albe Laurenz
Reviewed by: Abhijit Menon-Sen

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ca871e71e6f082f20bdafba2450030f12f9d144c

Modified Files
--------------
doc/src/sgml/config.sgml | 1 +
doc/src/sgml/datatype.sgml | 11 +++++++++++
2 files changed, 12 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-07-02 17:39:22 pgsql: Add support for multiple kinds of external toast datums.
Previous Message Andrew Dunstan 2013-07-02 14:56:24 Re: pgsql: Improve support for building PGXS modules with VPATH.