Re: [DOCS] Numeric Type Serial Range

2015-11-03 Thread Michael Paquier
On Tue, Nov 3, 2015 at 12:28 PM, Lewis Christie wrote: > I believe the range listed in Table 8-2. Numeric Types > http://www.postgresql.org/docs/9.3/static/datatype-numeric.html is > incorrect for the serial types. > > E.g. > serial4 bytesautoincrementing integer1 to 2147483647This describes the

[DOCS] Numeric Type Serial Range

2015-11-03 Thread Lewis Christie
Hi, I believe the range listed in Table 8-2. Numeric Types http://www.postgresql.org/docs/9.3/static/datatype-numeric.html is incorrect for the serial types. E.g. serial4 bytesautoincrementing integer1 to 2147483647This describes the auto-incrementing behaviour, but in practice the range is -2147