Re: [DOCS] BIGINT is in apparently SQL:2003

2007-07-27 Thread Michael Glaesemann
On Jul 27, 2007, at 5:37 , Peter Eisentraut wrote: Am Donnerstag, 26. Juli 2007 04:35 schrieb Michael Glaesemann: SQL only specifies the integer types integer (or int) and smallint. The type bigint, and the type names int2, int4, and int8 are extensions, which are shared with various other SQL

Re: [DOCS] BIGINT is in apparently SQL:2003

2007-07-27 Thread Peter Eisentraut
Am Donnerstag, 26. Juli 2007 04:35 schrieb Michael Glaesemann: > > SQL only specifies the integer types integer (or int) and smallint. > > The type bigint, and the type names int2, int4, and int8 are > > extensions, which are shared with various other SQL database systems. > > In the SQL:2003 draft

[DOCS] BIGINT is in apparently SQL:2003

2007-07-25 Thread Michael Glaesemann
Hello! According to the developers docs http://developer.postgresql.org/pgdocs/postgres/datatype- numeric.html#DATATYPE-INT SQL only specifies the integer types integer (or int) and smallint. The type bigint, and the type names int2, int4, and int8 are extensions, which are shared with va