Skip to content

Commit dc6dc0f

Browse files
committed
Update conformance information about bigint type
found by Michael Glaesemann
1 parent e4f4a7f commit dc6dc0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.204 2007/06/06 23:00:35 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.205 2007/07/27 10:37:52 petere Exp $ -->
22

33
<chapter id="datatype">
44
<title id="datatype-title">Data Types</title>
@@ -253,7 +253,7 @@
253253
<title>Compatibility</title>
254254
<para>
255255
The following types (or spellings thereof) are specified by
256-
<acronym>SQL</acronym>: <type>bit</type>, <type>bit
256+
<acronym>SQL</acronym>: <type>bigint</type>, <type>bit</type>, <type>bit
257257
varying</type>, <type>boolean</type>, <type>char</type>,
258258
<type>character varying</type>, <type>character</type>,
259259
<type>varchar</type>, <type>date</type>, <type>double
@@ -432,8 +432,8 @@
432432

433433
<para>
434434
<acronym>SQL</acronym> only specifies the integer types
435-
<type>integer</type> (or <type>int</type>) and
436-
<type>smallint</type>. The type <type>bigint</type>, and the
435+
<type>integer</type> (or <type>int</type>),
436+
<type>smallint</type>, and <type>bigint</type>. The
437437
type names <type>int2</type>, <type>int4</type>, and
438438
<type>int8</type> are extensions, which are shared with various
439439
other <acronym>SQL</acronym> database systems.

0 commit comments

Comments
 (0)