From 826eb08468bb341a4ca54d300ef782459da3ce1f 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index a638b2071b..f3bc210ce0 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -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.39.5