Problem with example numeric value

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: gquercini(at)gmail(dot)com
Subject: Problem with example numeric value
Date: 2026-02-06 10:20:10
Message-ID: 177037321050.792.15666380012670173502@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/18/datatype-numeric.html
Description:

In the page https://www.postgresql.org/docs/current/datatype-numeric.html it
is said that NUMERIC(2, -3) will round values to the nearest thousand and
can store values between -99000 and 99000. However, the range of values that
are allowed are -99499 to 99499 inclusive.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2026-02-06 13:25:48 Re: Problem with example numeric value
Previous Message Fujii Masao 2026-02-06 00:43:50 Re: Placement of synchronized_standby_slots description in config.sgml