pgsql: doc: update NUMERIC to state that only some ops are exact

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: update NUMERIC to state that only some ops are exact
Date: 2015-03-24 23:57:59
Message-ID: E1YaYhr-0000Cz-SP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: update NUMERIC to state that only some ops are exact

Report by Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/278edd9ed36c7722cbae27e0e96a08964da69eb5

Modified Files
--------------
doc/src/sgml/datatype.sgml | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-03-25 00:53:35 pgsql: btree_gin: properly call DirectFunctionCall1()
Previous Message Bruce Momjian 2015-03-24 23:52:53 pgsql: Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT