Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1voJrB-001HW5-0J for pgsql-docs@arkaria.postgresql.org; Fri, 06 Feb 2026 11:18:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1voJr9-003Wpj-3A for pgsql-docs@arkaria.postgresql.org; Fri, 06 Feb 2026 11:18:35 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1voIxa-003642-16 for pgsql-docs@lists.postgresql.org; Fri, 06 Feb 2026 10:21:10 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1voIxV-00000000p9g-1ZNq for pgsql-docs@lists.postgresql.org; Fri, 06 Feb 2026 10:21:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=XJAkZhgdUUHP/cXpYxjFsAAUFcYDKbSrQpHgmqIGxb8=; b=H1Ju76hWblk1ahvB2eyuXVnTvA /T3Bo+fBQhVO3+Jtx0PPdrDCK3Nu82kUkrRFTnR2FcA5Asq2+2rRhluGKVwuRktBd0VQnO1Iw2E6c 5Z+tLihebqP3eO4HlJg7WLIvYMJQ2fyXTem5Z0qK/LrK4ztC3igr4sx2soOWNqfTU+Sx34y5565Wj wZPkbEA7Blti/IlcgnG2xUo3FzYwDSwUbmaasIzN4fAsI+Qh1mZFXGbUYXyx413Ss9JCzQ4R9BEgU /iePA1/dBm4mHQT7pK2nsmetBZZ+vnpZDLUubDc+mAa07Kav98KTGTkZpmlj+F2ST5TBBG+GTfqG0 JrjKtcOA==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1voIxU-003oqj-1V for pgsql-docs@lists.postgresql.org; Fri, 06 Feb 2026 10:21:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1voIxT-003Fab-0e for pgsql-docs@lists.postgresql.org; Fri, 06 Feb 2026 10:21:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Problem with example numeric value To: pgsql-docs@lists.postgresql.org From: PG Doc comments form Cc: gquercini@gmail.com Reply-To: gquercini@gmail.com, pgsql-docs@lists.postgresql.org Date: Fri, 06 Feb 2026 10:20:10 +0000 Message-ID: <177037321050.792.15666380012670173502@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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.