pgsql: doc: adjust order of NUMERIC arguments to match syntax

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: adjust order of NUMERIC arguments to match syntax
Date: 2018-06-24 22:07:14
Message-ID: E1fXDAA-0007lP-Al@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: adjust order of NUMERIC arguments to match syntax

Specifically, mention precision before scale

Reported-by: claytonjsalem(at)gmail(dot)com

Discussion: https://postgr.es/m/152967566691.1268.1062965601465200209@wrigleys.postgresql.org

Backpatch-through: 9.3

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/370e68ae1c0a8504a10b211a9c1d9e0ffa101259

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-06-25 02:23:59 pgsql: Address set of issues with errno handling
Previous Message Bruce Momjian 2018-06-24 03:32:55 pgsql: doc: show how interval's 3 unit buckets behave using EXTRACT()