Documentation for numeric/decimal type does not say that precision can be specified without scale

2018-03-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/datatype.html Description: The documentation for the numeric/decimal type does not say that the precision parameter can be specified without specifying a scale, e.g. numeric(10) is

Re: Documentation for numeric/decimal type does not say that precision can be specified without scale

2018-03-11 Thread Tom Lane
=?utf-8?q?PG_Doc_comments_form?= writes: > The documentation for the numeric/decimal type does not say that the > precision parameter can be specified without specifying a scale, e.g. > numeric(10) is valid. Where are you looking exactly? What I see under 8.1.2 is Both the maximum precision