NUMERIC size

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: NUMERIC size
Date: 2012-03-22 02:35:40
Message-ID: CAHGQGwGupGaNmQQHHhm783j9vMiNYtPFZaE0eKwsCLGwMU2x+Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

> Numeric values are physically stored without any extra leading or
> trailing zeroes. Thus, the declared precision and scale of a column
> are maximums, not fixed allocations. (In this sense the numeric type
> is more akin to varchar(n) than to char(n).) The actual storage
> requirement is two bytes for each group of four decimal digits,
> plus five to eight bytes overhead.

The last sentence of the above seems not to be correct. Because,
thanks to the reduction of NUMERIC size (committed in 9.1), its header
size is three, five or eight for now. Attached patch fixes this.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment Content-Type Size
numeric_typo.patch text/x-diff 517 bytes

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2012-03-22 04:12:51 Re: Cannot build docs on Ubuntu 10.04?
Previous Message Robert Haas 2012-03-21 18:53:07 Re: Update documentation wrt visibility map/index-only scans