Update conformance information about bigint type
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 27 Jul 2007 10:37:52 +0000 (10:37 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 27 Jul 2007 10:37:52 +0000 (10:37 +0000)
found by Michael Glaesemann

doc/src/sgml/datatype.sgml

index a638b2071b195aedae784826161ae10e5f580ace..f3bc210ce096e601b5e5bd794b7a0648e49b9665 100644 (file)
    <title>Compatibility</title>
    <para>
     The following types (or spellings thereof) are specified by
-    <acronym>SQL</acronym>: <type>bit</type>, <type>bit
+    <acronym>SQL</acronym>: <type>bigint</type>, <type>bit</type>, <type>bit
     varying</type>, <type>boolean</type>, <type>char</type>,
     <type>character varying</type>, <type>character</type>,
     <type>varchar</type>, <type>date</type>, <type>double
 
     <para>
      <acronym>SQL</acronym> only specifies the integer types
-     <type>integer</type> (or <type>int</type>) and
-     <type>smallint</type>.  The type <type>bigint</type>, and the
+     <type>integer</type> (or <type>int</type>),
+     <type>smallint</type>, and <type>bigint</type>.  The
      type names <type>int2</type>, <type>int4</type>, and
      <type>int8</type> are extensions, which are shared with various
      other <acronym>SQL</acronym> database systems.