|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter id="datatype">
|
4 | 4 | <title id="datatype-title">Data Types</title>
|
|
253 | 253 | <title>Compatibility</title>
|
254 | 254 | <para>
|
255 | 255 | 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 |
257 | 257 | varying</type>, <type>boolean</type>, <type>char</type>,
|
258 | 258 | <type>character varying</type>, <type>character</type>,
|
259 | 259 | <type>varchar</type>, <type>date</type>, <type>double
|
|
432 | 432 |
|
433 | 433 | <para>
|
434 | 434 | <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 |
437 | 437 | type names <type>int2</type>, <type>int4</type>, and
|
438 | 438 | <type>int8</type> are extensions, which are shared with various
|
439 | 439 | other <acronym>SQL</acronym> database systems.
|
|
0 commit comments