From dc6dc0f63aa6f42136beea11486b41483b7edf7c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 27 Jul 2007 10:37:52 +0000 Subject: [PATCH] Update conformance information about bigint type found by Michael Glaesemann --- doc/src/sgml/datatype.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.40.0