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: [email protected]
Views: Whole Thread | Raw Message | 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/[email protected]

Backpatch-through: 9.3

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/21ba0b442d0520fc856eaa608d839a64590afa31

Modified Files
--------------
doc/src/sgml/datatype.sgml | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 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()