diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2007-07-27 10:37:52 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2007-07-27 10:37:52 +0000 |
commit | dc6dc0f63aa6f42136beea11486b41483b7edf7c (patch) | |
tree | 7c93b4e34eeb4c060946698adddff57fc81e9ea1 | |
parent | e4f4a7f5a4b0956e77b15046a0b8c298a2d98497 (diff) | |
download | postgresql-dc6dc0f63aa6f42136beea11486b41483b7edf7c.tar.gz postgresql-dc6dc0f63aa6f42136beea11486b41483b7edf7c.zip |
Update conformance information about bigint type
found by Michael Glaesemann
-rw-r--r-- | doc/src/sgml/datatype.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index c64b040e457..64b53d1e83d 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.204 2007/06/06 23:00:35 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.205 2007/07/27 10:37:52 petere Exp $ --> <chapter id="datatype"> <title id="datatype-title">Data Types</title> @@ -253,7 +253,7 @@ <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 @@ -432,8 +432,8 @@ <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. |