Slight discrepancy

From: Lyle <webmaster(at)cosmicperl(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Slight discrepancy
Date: 2013-03-02 03:50:59
Message-ID: 51317723.3050100@cosmicperl.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Here:
http://www.postgresql.org/docs/9.2/static/datatype-numeric.html

smallint 2 bytes small-range integer -32768 to +32767
integer 4 bytes typical choice for integer -2147483648 to +2147483647
bigint 8 bytes large-range integer -9223372036854775808 to
9223372036854775807

The bigint maximum positive number doesn't have the + prefix like the
others.

Lyle

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2013-03-03 13:56:37 Re: few awkward phrasing fixes
Previous Message Josh Kupershmidt 2013-03-02 02:02:39 few awkward phrasing fixes