Update conformance information about bigint type
authorPeter Eisentraut
Fri, 27 Jul 2007 10:37:52 +0000 (10:37 +0000)
committerPeter Eisentraut
Fri, 27 Jul 2007 10:37:52 +0000 (10:37 +0000)
found by Michael Glaesemann

doc/src/sgml/datatype.sgml

index c64b040e45792c0db4a669ef97443632f8d0c4f9..64b53d1e83d30a6f38269613245845ce789c90ea 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Data Types
    Compatibility
    
     The following types (or spellings thereof) are specified by
-    SQLbitbit
+    SQLbigintbitbit
     varying, booleanchar,
     character varyingcharacter,
     varchardatedouble
 
     
      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 int2int4, and
      int8 are extensions, which are shared with various
      other SQL database systems.