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
=?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