From: Peter Eisentraut Date: Fri, 27 Jul 2007 10:37:52 +0000 (+0000) Subject: Update conformance information about bigint type X-Git-Tag: REL8_3_BETA1~388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc6dc0f63aa6f42136beea11486b41483b7edf7c;p=postgresql Update conformance information about bigint type found by Michael Glaesemann --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index c64b040e45..64b53d1e83 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ - + Data Types @@ -253,7 +253,7 @@ Compatibility The following types (or spellings thereof) are specified by - SQL: bit, bit + SQL: bigint, bit, bit varying, boolean, char, character varying, character, varchar, date, double @@ -432,8 +432,8 @@ SQL only specifies the integer types - integer (or int) and - smallint. The type bigint, and the + integer (or int), + smallint, and bigint. The type names int2, int4, and int8 are extensions, which are shared with various other SQL database systems.