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 database  
systems.


In the SQL:2003 draft I have (ISO/IEC 9075-2:2003 (E)), BIGINT is
listed as well as SMALLINT and INT.


I have adjusted this part.


Thanks, Peter.

Michael Glaesemann
grzm seespotcode net



---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


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 I have (ISO/IEC 9075-2:2003 (E)), BIGINT is
> listed as well as SMALLINT and INT.

I have adjusted this part.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster